summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-30 18:41:32 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-30 18:41:32 +0200
commit73918100bebed91f50464f8242be97e3b9703fd9 (patch)
tree1ef46a65b4546a8da68bb066921de408c26eccfc /.gitattributes
parent8b1c665087c1f26578a1847c05cc32e02b7fe2d8 (diff)
GH Linguist: Ignore drivers/*
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 11c6766da9..36620d50f5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,6 @@
# Properly detect languages on Github
*.h linguist-language=cpp
+drivers/* linguist-vendored
*.cpp eol=lf
*.h eol=lf