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
This commit is contained in:
Seth Hall 2019-08-22 22:00:38 -04:00
parent 8ab0650c1e
commit ac7e64bcad

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
*.sig linguist-language=none
*.pac linguist-language=none
testing/btest/Baseline/** linguist-language=none