소스 검색

GH Linguist: Ignore drivers/*

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

+ 1 - 0
.gitattributes

@@ -1,5 +1,6 @@
 # Properly detect languages on Github
 *.h linguist-language=cpp
+drivers/* linguist-vendored
 
 *.cpp eol=lf
 *.h eol=lf