浏览代码

Merge pull request #1013 from BeamNG/fix_testimg_ppm

Fix testimg ppm
LuisAntonRebollo 10 年之前
父节点
当前提交
4976e253e4
共有 2 个文件被更改,包括 16 次插入3 次删除
  1. 13 0
      .gitattributes
  2. 3 3
      Engine/lib/ljpeg/extras/testimg.ppm

+ 13 - 0
.gitattributes

@@ -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

文件差异内容过多而无法显示
+ 3 - 3
Engine/lib/ljpeg/extras/testimg.ppm


部分文件因为文件数量过多而无法显示