소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.