Exclude .github/ and CI files from exported archives

These are only relevant for GitHub, not published tarballs.
This commit is contained in:
James McCoy 2021-05-05 08:56:11 -04:00
parent 26f5b979ec
commit d399a853a3
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored
View File

@ -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