Skip to content

Commit

Permalink
Update the git-archive export options
Browse files Browse the repository at this point in the history
The .gitattributes, .gitignore, .commit-template files do not need to be
present in packaged sources, as they are for people using the Git
repository.  People who download tarballs usually don't reimport into
Git -- they should just download the actual repositories.

Change-Id: I34c049b99475c2aee448a075dec30e5471bf8f83
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
  • Loading branch information
Sergio Ahumada authored and The Qt Project committed Oct 1, 2013
1 parent 01f22d3 commit abc4282
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitattributes
@@ -1,3 +1,4 @@
.tag export-subst
.gitignore export-ignore
.gitattributes export-ignore
.tag export-subst
.gitignore export-ignore
.gitattributes export-ignore
.commit-template export-ignore

0 comments on commit abc4282

Please sign in to comment.