From 19004ee991d7ae357c66f371ee301c58751fc490 Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Thu, 28 Feb 2019 00:33:33 +0100 Subject: [PATCH] attributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a8e41f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* linguist-vendored +*.cc linguist-vendored=false +*.py linguist-vendored=false -- 2.20.1