Update the git-archive export options

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: I8d3eb36583d0fb6a3622f34427819fbc39b1b9ff
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
Sergio Ahumada 2013-09-27 16:23:41 +02:00 committed by The Qt Project
parent da9a3a88ef
commit 6349b26b26
1 changed files with 4 additions and 3 deletions

7
.gitattributes vendored
View File

@ -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