Skip to content

Commit

Permalink
Prevent .gitignore and friends from being exported to the final archive
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Oct 9, 2017
1 parent b2cac96 commit e0101ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
@@ -0,0 +1,4 @@
# make sure that .gitignore, .travis.yml,... are not part of a
# source-package generated via 'git archive'
.git* export-ignore
/.* export-ignore

0 comments on commit e0101ba

Please sign in to comment.