ソースを参照

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