From 4126223a86db8598275b29db04d511cfdab67cf1 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Tue, 16 Feb 2016 20:35:17 -0500 Subject: [PATCH] exclude testdata/ files from github language stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0cc26ec --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +testdata/* linguist-vendored