mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
Exclude .github/ and CI files from exported archives
These are only relevant for GitHub, not published tarballs.
This commit is contained in:
parent
26f5b979ec
commit
d399a853a3
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user