Add gitattributes
This commit is contained in:
parent
014120e73e
commit
910c921d5d
24
.gitattributes
vendored
Normal file
24
.gitattributes
vendored
Normal file
|
@ -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
|
Loading…
Reference in New Issue
Block a user