summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@theqtcompany.com>2016-09-08 09:30:54 +0300
committerJesus Fernandez <jesus.fernandez@qt.io>2016-09-09 08:28:07 +0000
commit28a2294df4e0e46286761a0ba101867e3106125b (patch)
treef088894136613bb014651a278fde264ea553d561 /.gitattributes
parent13685a32ff8a498aba59c98ae2f4c9667205c2da (diff)
Add git-archive export options
Add .gitattributes and .tag file to store the sha1 of the commit being packaged Change-Id: I1a880c5b0704c3a4f4e0643afc3296d48d3e3758 Reviewed-by: Jesus Fernandez <jesus.fernandez@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..0909f7a
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.tag export-subst
+.gitattributes export-ignore