mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
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:
parent
8ab0650c1e
commit
ac7e64bcad
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*.sig linguist-language=none
|
||||||
|
*.pac linguist-language=none
|
||||||
|
testing/btest/Baseline/** linguist-language=none
|
Loading…
Add table
Add a link
Reference in a new issue