diff options
author | James McCoy <jamessan@jamessan.com> | 2021-10-01 19:49:46 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-10-01 19:53:27 -0400 |
commit | d6f03aaafdeea16517ee7171eb4e61920dd46b78 (patch) | |
tree | bf5ffcafb997c7c2c1a4e1160126e787233b36db | |
parent | c417d573a317087886f0efab8eecf1713d71792e (diff) | |
download | rneovim-d6f03aaafdeea16517ee7171eb4e61920dd46b78.tar.gz rneovim-d6f03aaafdeea16517ee7171eb4e61920dd46b78.tar.bz2 rneovim-d6f03aaafdeea16517ee7171eb4e61920dd46b78.zip |
fix: include ci/ in exported tarball
src/nvim/testdir/runnvim.sh re-uses the test suite code from ci/ to
cleanup the output of legacy tests.
Closes #15856
[skip ci]
-rwxr-xr-x | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 1deb4dea49..e09a918303 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ *.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 |