From d399a853a3582b86dfadec0213f4d7d2c3676759 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 5 May 2021 08:56:11 -0400 Subject: [PATCH] Exclude .github/ and CI files from exported archives These are only relevant for GitHub, not published tarballs. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index cb5934a2a1..1deb4dea49 100755 --- a/.gitattributes +++ b/.gitattributes @@ -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