2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-02-03 01:00:31 +03:00
amxmodx/.gitattributes

25 lines
391 B
Plaintext
Raw Normal View History

2015-03-10 11:11:49 +02:00
# 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