aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-10-09 11:58:16 +0300
committerAntti Kokko <antti.kokko@qt.io>2019-10-09 13:41:27 +0300
commita5c44aee2d92ed607ce1fc38910d35bd2df5ce9c (patch)
treeba9b1d09b95270509b7ebf60191bfff7fe8137e7
parent768b9bf6db8d468125547b37a00e54784a757e3b (diff)
Add git-archive export optionsv5.14.0-beta3v5.14.0-beta2
Add .gitattributes, no export for .gitattributes and .gitignore Add .tag file to store the sha1 of the commit being packaged Change-Id: I41dd85a4f1602ad93e7c9bc597aeadfd15e1ef71 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--.gitattributes3
-rw-r--r--.tag1
2 files changed, 4 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
diff --git a/.tag b/.tag
new file mode 100644
index 0000000..6828f88
--- /dev/null
+++ b/.tag
@@ -0,0 +1 @@
+$Format:%H$