From 7f7ffd7bc2ba29439736eab28ed5dbc5b9cc7fbd Mon Sep 17 00:00:00 2001 From: lsuper Date: Tue, 17 Dec 2019 23:00:50 +0800 Subject: [PATCH] 1. add .gitattributes for linguist --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..32ed3eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +*.bdsproj linguist-language=Pascal +*.cer linguist-language=Pascal +*.cfg linguist-language=Pascal +*.exe linguist-language=Pascal +*.inc linguist-language=Pascal +*.res linguist-language=Pascal +*.txt linguist-language=Pascal