From 1ef4deec0664b2500212da805c017ef08c96b500 Mon Sep 17 00:00:00 2001 From: h00283522 Date: Fri, 26 Jun 2020 10:37:00 +0800 Subject: [PATCH] Remove unnecessary files in release tarball Prior to this patch, we would find '.gitignore', '.travisCI.yml' in the 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6e5ee10..7491fcc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ * text=auto -/tests/inputs/* text eol=lf \ No newline at end of file +/tests/inputs/* text eol=lf + +.gitattributes export-ignore +.gitignore export-ignore +.github export-ignore +.editorconfig export-ignore +.travis.yml export-ignore