diff options
author | James McCoy <jamessan@jamessan.com> | 2021-10-01 19:55:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 19:55:01 -0400 |
commit | dc4670038e0441dfda7ba11c519b834624a1f6fd (patch) | |
tree | f51159da68b8b241aa6dfe498ef197915a25a942 | |
parent | a940952fe2bb85981a2037cff5acb201dd179f4d (diff) | |
parent | d6f03aaafdeea16517ee7171eb4e61920dd46b78 (diff) | |
download | rneovim-dc4670038e0441dfda7ba11c519b834624a1f6fd.tar.gz rneovim-dc4670038e0441dfda7ba11c519b834624a1f6fd.tar.bz2 rneovim-dc4670038e0441dfda7ba11c519b834624a1f6fd.zip |
Merge pull request #15864 from jamessan/gitattributes
fix: include ci/ in exported tarball
-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 |