diff options
author | 2020-04-08 23:53:22 -0600 | |
---|---|---|
committer | 2020-04-08 23:54:57 -0600 | |
commit | 33fbfba3b687203d1171cd589d5f8e6d7e760f1c (patch) | |
tree | a26041ec1dac075ff586e8b4c44fe8895d92b3df | |
parent | compat: support latest suse 15.1 and 15.2 (diff) | |
download | wireguard-linux-compat-33fbfba3b687203d1171cd589d5f8e6d7e760f1c.tar.xz wireguard-linux-compat-33fbfba3b687203d1171cd589d5f8e6d7e760f1c.zip |
git: add gitattributes so tarball doesn't have gitignore files
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
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 |