From 910c921d5d4475e0b5c9847a21896d29c2f046b0 Mon Sep 17 00:00:00 2001 From: xPaw Date: Tue, 10 Mar 2015 11:11:49 +0200 Subject: [PATCH] Add gitattributes --- .gitattributes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..20171a81 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Tell GitHub that these files are SourcePawn +*.inc text linguist-language=sourcepawn +*.sma text linguist-language=sourcepawn + +# Custom for Visual Studio +*.cs diff=csharp + +# Sources +*.C text +*.cc text +*.cxx text +*.cpp text +*.c++ text +*.hpp text +*.h text +*.h++ text +*.hh text + +# Compiled Object files +*.o binary +*.obj binary