From d6f03aaafdeea16517ee7171eb4e61920dd46b78 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 1 Oct 2021 19:49:46 -0400 Subject: [PATCH] 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] --- .gitattributes | 1 - 1 file changed, 1 deletion(-) 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