From 33fbfba3b687203d1171cd589d5f8e6d7e760f1c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 8 Apr 2020 23:53:22 -0600 Subject: git: add gitattributes so tarball doesn't have gitignore files Signed-off-by: Jason A. Donenfeld --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5966153 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore -- cgit v1.2.3-59-g8ed1b