~abreu-alexandre/oxide/content-script-injection-main-world

« back to all changes in this revision

Viewing changes to release-tool.py

  • Committer: Chris Coulson
  • Date: 2014-07-03 11:39:53 UTC
  • Revision ID: chris.coulson@canonical.com-20140703113953-57ip0bily01ajkt2
Don't exclude .git/index. It's required by angle, at least

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
]
74
74
 
75
75
TAR_EXCLUDE_REGEXPS = [
76
 
  r'(^|\/)\.git(\/|$)',
 
76
  r'(^|\/)\.git\/(?!(|index)$)',
77
77
  r'(^|\/)\.gitignore$',
78
78
  r'(^|\/)\.gitattributes$',
79
79
  r'(^|\/)\.hg(\/|$)',