diff options
author | Kamil Kisiel <kamil@kamilkisiel.net> | 2018-10-10 20:46:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 20:46:47 +0300 |
commit | e65cf8c5df817c89aeb47ecb46064e802e2de943 (patch) | |
tree | ecc0bf7aea7c6395bac86d74724f749003ad6506 | |
parent | bb1ab76598893258e90f45d8a708a2505a95af2a (diff) | |
parent | 2a3375fa36658e19cd0c003214b621c42568fe41 (diff) |
Merge pull request #59 from nilslice/sm/gitattrs
github: remove false-match for language detection
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e9877b5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +fuzz/corpus/*.sc linguist-detectable=false
\ No newline at end of file |