Skip to content

Commit

Permalink
Exclude some files from release tar balls
Browse files Browse the repository at this point in the history
Git-specific files don't make sense outside of Git repository and CI
files are not needed neither.
  • Loading branch information
vadz committed Nov 16, 2017
1 parent c1c9c2c commit 9b65905
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ configure.in eol=lf

# Ignore changes in the generated files.
build/upmake -diff

# Don't include stuff which is only used with Git in the archives.
.github/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.travis.yml export-ignore
appveyor.yml export-ignore

0 comments on commit 9b65905

Please sign in to comment.