소스 검색

Update .gitattributes to encompass all text files

Rémi Verschelde 6 년 전
부모
커밋
0acdeb2e12
1개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 8
      .gitattributes

+ 2 - 8
.gitattributes

@@ -1,12 +1,6 @@
 # Properly detect languages on Github
 *.h linguist-language=cpp
 *.inc linguist-language=cpp
-drivers/* linguist-vendored
+thirdparty/* linguist-vendored
 
-*.cpp eol=lf
-*.mm eol=lf
-*.h eol=lf
-*.py eol=lf
-*.hpp eol=lf
-*.xml eol=lf
-*.natvis eol=lf
+* text=auto eol=lf