summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@theqtcompany.com>2016-09-08 09:54:31 +0300
committerSimon Hausmann <simon.hausmann@qt.io>2016-09-13 13:06:19 +0000
commitfd81d2fb5823089fb245fdb5ec9412291d41a3a2 (patch)
treedb5238a9c0235caeee22c01776ba1010ecdaa50f /.gitattributes
parent314931009b6205e58391afcff6b25ee317dd7d91 (diff)
Add git-archive export options
Add .gitattributes, no export for .gitattributes and .gitignore Add .tag file to store the sha1 of the commit being packaged Change-Id: Ibfef46fa3327124a153a57f526af54ac131fb80d Reviewed-by: Iikka Eklund <iikka.eklund@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