summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@theqtcompany.com>2016-09-08 09:43:53 +0300
committerAntti Kokko <antti.kokko@qt.io>2016-09-13 11:01:01 +0000
commit7e2f56ece3fa631827668bf636a1691af597f411 (patch)
tree2a010467aa8687e2eb9e50e17fdf4e340e401996 /.gitattributes
parente7bd63efa002878e0049925ebc971ae816377a0f (diff)
Update git-archive export options
No export for .gitignore. Add .gitattributes and .tag file to store the sha1 of the commit being packaged Change-Id: Iad8df40ff61b2bd72c455b84af7757d1f160180a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..6b2abde
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+.tag export-subst
+.gitattributes export-ignore
+.gitignore export-ignore