1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00

Updated .gitattributes

- Alphabetized.
- Probably unnecessary.
This commit is contained in:
bcnjr5 2013-06-05 12:56:50 -03:00
parent 4f6bec19bc
commit dd2d475887

14
.gitattributes vendored
View File

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