summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@theqtcompany.com>2016-01-05 12:08:06 +0200
committerIikka Eklund <iikka.eklund@theqtcompany.com>2016-01-08 06:29:46 +0000
commitfe7f80421a41fe0a325170026a13d82ee678ba8a (patch)
tree88c75d6fcfef998eec0957ef0a96029b4980b707 /.gitattributes
parent7ff35d7b6851329eab0cfb406a8bafab9cbd9c97 (diff)
Update the git-archive export options
The .gitattributes, .gitignore, files do not need to be present in packaged sources Add .tag for git-archive to store the SHA-1 of the commit being packaged. Change-Id: Id81ec994b8244b783b5488aa01f1ba28481a4379 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
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 000000000..018cf2cbc
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+.tag export-subst
+.gitignore export-ignore
+.gitattributes export-ignore