summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-27 16:21:54 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-01 14:06:44 +0200
commitabc42823ff7611718901e52e53735b4e8c8ea422 (patch)
treea42979ad80186987fc89c65addc33b42f260a679
parent01f22d3ddd752148624f4ffd47c3f62b0f0c0d82 (diff)
downloadqtlocation-abc42823ff7611718901e52e53735b4e8c8ea422.tar.gz
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: 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>
-rw-r--r--.gitattributes7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index a96f8f54..1a045fa1 100644
--- a/.gitattributes
+++ b/.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