From: Jason A. Donenfeld Date: Thu, 9 Apr 2020 05:51:16 +0000 (-0600) Subject: git: add gitattributes so tarball doesn't have gitignore files X-Git-Tag: v1.0.20200510~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3377409bb334e8d371f254586210e3884b7e7c75;p=thirdparty%2Fwireguard-tools.git git: add gitattributes so tarball doesn't have gitignore files Signed-off-by: Jason A. Donenfeld --- 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