Merge pull request #1013 from BeamNG/fix_testimg_ppm

Fix testimg ppm
This commit is contained in:
LuisAntonRebollo 2014-12-06 18:52:11 +01:00
commit 4976e253e4
2 changed files with 16 additions and 3 deletions

13
.gitattributes vendored
View file

@ -3,3 +3,16 @@
# Set to always use Windows line endings
*.cs text eol=crlf
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.cpp text
*.hpp text
*.ppm text
*.nsh text
*.nlf text
*.command
*.txt
*.ini

File diff suppressed because one or more lines are too long