diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.co.uk> | 2011-01-15 17:21:07 +0200 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.co.uk> | 2011-01-15 17:21:07 +0200 |
commit | 0f38ca72b5b079db6be1e66c5da35a4b7abc5a45 (patch) | |
tree | ed615abde065f540976da58bb85bf12b45b55e5e /.gitattributes | |
parent | ca45f163ffb83a22c02323e8623d96da2d684ec4 (diff) |
Add a script that creates release tarballs, to ease the release process in the future.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1e25d14 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +make_tarballs.sh export-ignore |