Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
This patch adds a .gitattributes file to specify files that should
never end up in a distribution tarball.

Signed-off-by: Hu Keping <[email protected]>
Acked-by: Etienne Carriere <[email protected]>
  • Loading branch information
HuKeping authored and jforissier committed Jun 29, 2020
1 parent 3f37fff commit e03f4f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# For git archive
.gitignore export-ignore
.gitattributes export-ignore
.travis.yml export-ignore
.github export-ignore
.shippable.yml export-ignore

0 comments on commit e03f4f2

Please sign in to comment.