summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-27 16:23:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-27 17:03:46 +0200
commit6349b26b26c475e9f38baf1b4551f1c0b3635c1d (patch)
tree7a8f887ad08a9038e8d6fdb420c78c03e1a37f0a /.gitattributes
parentda9a3a88efbc60df892fdf6ede2ba82e3c04ba85 (diff)
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>
Diffstat (limited to '.gitattributes')
-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