Skip to content

Commit

Permalink
Fix ~/.gitattributes syntax.
Browse files Browse the repository at this point in the history
For git that's not between version 1.8.1.1 and 1.8.1.6, the previous
version did not actually exclude those things from the tarballs on
some git versions, due to changes in the syntax for that file that
were made in 1.8.1.1 and reverted in 1.8.1.6.

Kevin's also adding a check that we're not including any of the files
intended to be excluded here.

(imported from commit 503ec24ed8db4cc32c29bdf5a361e5013a02b995)
  • Loading branch information
timabbott committed Nov 13, 2013
1 parent aac6ee3 commit 5f65508
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.gitignore export-ignore
.gitattributes export-ignore
analytics/ export-ignore
assets/ export-ignore
bots/ export-ignore
corporate/ export-ignore
static/ export-ignore
tools/ export-ignore
zilencer/ export-ignore
templates/analytics/ export-ignore
templates/corporate/ export-ignore
puppet/zulip_internal/ export-ignore
zproject/local_settings.py export-ignore
/analytics export-ignore
/assets export-ignore
/bots export-ignore
/corporate export-ignore
/static export-ignore
/tools export-ignore
/zilencer export-ignore
/templates/analytics export-ignore
/templates/corporate export-ignore
/puppet/zulip_internal export-ignore
/zproject/local_settings.py export-ignore

0 comments on commit 5f65508

Please sign in to comment.