From f266d4c59b5f6ca851cdb365528d13bf5c8fde69 Mon Sep 17 00:00:00 2001
From: Dave Tucker
Date: Tue, 16 May 2017 13:36:14 +0100
Subject: [PATCH] Fix Github language detection
Ignore go files in `vendor`
Kernel config files are text and not Logos
Signed-off-by: Dave Tucker
---
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..9d9cd34a1
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+vendor/* linguist-vendored
+kernel/*.x linguist-language=text