Browse Source

GH Linguist: Ignore drivers/*

Rémi Verschelde 9 years ago
parent
commit
73918100be
1 changed files with 1 additions and 0 deletions
  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