diff options
-rwxr-xr-x | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index cb5934a2a1..1deb4dea49 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ *.h linguist-language=C src/nvim/testdir/test42.in diff +.github/ export-ignore +ci/ export-ignore +.travis.yml export-ignore +codecov.yml export-ignore +.builds/ export-ignore |