diff options
author | James McCoy <jamessan@jamessan.com> | 2021-05-05 08:56:11 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-05-05 08:59:12 -0400 |
commit | d399a853a3582b86dfadec0213f4d7d2c3676759 (patch) | |
tree | db39c50e2cdf14f0660104ca5db8ccd117a6f488 | |
parent | 26f5b979ec87d63554c742246855b5eea3d5e6e3 (diff) | |
download | rneovim-d399a853a3582b86dfadec0213f4d7d2c3676759.tar.gz rneovim-d399a853a3582b86dfadec0213f4d7d2c3676759.tar.bz2 rneovim-d399a853a3582b86dfadec0213f4d7d2c3676759.zip |
Exclude .github/ and CI files from exported archives
These are only relevant for GitHub, not published tarballs.
-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 |