diff options
author | Bo Ørsted Andresen <zlin@exherbo.org> | 2015-02-06 12:02:34 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@exherbo.org> | 2015-02-06 12:07:04 +0000 |
commit | ff892afd4b9df3a7e3cd69e59361524e1f5dca8d (patch) | |
tree | f73f3f2678d7dd8ad14ead1fda09c287f2e1df06 | |
parent | 781ada4735b69409e85ce23c3725e0c25f466b8a (diff) | |
download | wgetpaste-ff892afd4b9df3a7e3cd69e59361524e1f5dca8d.tar.gz |
Ignore .git files in git archive.
-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 |