From 73918100bebed91f50464f8242be97e3b9703fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 30 May 2016 18:41:32 +0200 Subject: [PATCH] GH Linguist: Ignore drivers/* --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 11c6766da9d..36620d50f5b 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