From ccea55370aa2e3f7a2cec1d94790c6d7d98fde25 Mon Sep 17 00:00:00 2001 From: Hu Keping Date: Tue, 30 Jun 2020 20:30:01 +0000 Subject: [PATCH] Remove unnecessary files in release tarball This patch adds a few entries in .gitattributes to specify files that should never end up in a distribution tarball. Signed-off-by: Hu Keping --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index f34d43dc..b22600b5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,9 @@ *.txt text *.c text *.h text + +# For git archive +.gitignore export-ignore +.gitattributes export-ignore +.travis.yml export-ignore +.vscode export-ignore