From 3370d2f8de5d2dc8adaa77397eb07b6759beff13 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 30 Jul 2020 10:51:13 -0600 Subject: [PATCH] Add .gitattributes This will help to strip out some developer-only files from the GitHub generated tarballs. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..02b13c8ee5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.gitattributes export-ignore +.gitignore export-ignore +.github export-ignore