diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-27 10:35:29 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-27 10:42:15 -0700 |
commit | e126e531fe73bbf178a447789151ae7352d3a011 (patch) | |
tree | 1e6e6afb4e1ff66387d493d0460a8d96560c3748 /.gitattributes | |
parent | 5ead52cdbdfccfce467b66d2c64c181f830717e1 (diff) | |
download | branding-20120727.tar.gz branding-20120727.tar.bz2 branding-20120727.tar.xz branding-20120727.zip |
Add release script.v20120727
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..17e0661 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +create-release-tarball.sh export-ignore +.gitignore export-ignore +.gitattributes export-ignore |