From 9b65905c4b01c4ed06b8b2c97e046c82274b0bd3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 16 Nov 2017 18:41:12 +0100 Subject: [PATCH] Exclude some files from release tar balls Git-specific files don't make sense outside of Git repository and CI files are not needed neither. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index fd833611ca..ce295c8bd1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -36,3 +36,11 @@ configure.in eol=lf # Ignore changes in the generated files. build/upmake -diff + +# Don't include stuff which is only used with Git in the archives. +.github/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.gitmodules export-ignore +.travis.yml export-ignore +appveyor.yml export-ignore