summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-27 16:30:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-30 07:50:36 +0200
commit1a9c2249defaa7c752f5fe6a77ed1f696bc81d3d (patch)
tree4f40ef65dc723aa347ae50565f7a2f3b33238371
parent8aaf6a3070b2ff1cab1fa79a79fb16e2768e1e53 (diff)
downloadqtx11extras-1a9c2249defaa7c752f5fe6a77ed1f696bc81d3d.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: I04d2ca436f5174c7820b42b6f5b2b9648c925fe3 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 a96f8f5..1a045fa 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