Updated .gitattributes

- Alphabetized.
- Probably unnecessary.
This commit is contained in:
bcnjr5 2013-06-05 12:56:50 -03:00
parent 4f6bec19bc
commit dd2d475887
1 changed files with 14 additions and 0 deletions

14
.gitattributes vendored
View File

@ -1,2 +1,16 @@
# Automatically normalize line endings
* text=auto
# C++ Source Code
*.cpp diff=cpp
*.h diff=cpp
# Plain Text files
*.conf text
*.example text
*.txt text
# Textures and Images
*.ico binary
*.png binary