From ac7e64bcad8caf9fc348e85c7d07b05bb0df958d Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Thu, 22 Aug 2019 22:00:38 -0400 Subject: [PATCH] Stop incorrect language identification on github. If you look at the languages that github is implemented in according to our page on github, it has several incorrect things. PAC files and SIG files being the big misidentifications. In my opinion it would look better to mark these as no language so that javascript and ML stop showing up as languages that Zeek is implemented in. This change should make fix that on github according to: https://github.com/github/linguist#overrides --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..07f55e519e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sig linguist-language=none +*.pac linguist-language=none +testing/btest/Baseline/** linguist-language=none