diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-08 23:53:22 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-08 23:54:57 -0600 |
commit | 33fbfba3b687203d1171cd589d5f8e6d7e760f1c (patch) | |
tree | a26041ec1dac075ff586e8b4c44fe8895d92b3df | |
parent | 70193c4950b998a841c27a2245522f7fe696e968 (diff) |
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 |