From 22c1e890f8bab16eebd89fab3395b7e6fc1d90ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 9 Oct 2017 16:15:30 +0200 Subject: [PATCH] Prevent .gitignore and friends from being exported to the final archive --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f49e821 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# make sure that .gitignore, .travis.yml,... are not part of a +# source-package generated via 'git archive' +.git* export-ignore +/.* export-ignore -- 2.30.2