4
0
mirror of https://github.com/QuasarApp/installer-framework.git synced 2025-05-05 01:39:34 +00:00

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>
This commit is contained in:
Iikka Eklund 2016-01-05 12:08:06 +02:00
parent 7ff35d7b68
commit fe7f80421a
2 changed files with 4 additions and 0 deletions

3
.gitattributes vendored Normal file

@ -0,0 +1,3 @@
.tag export-subst
.gitignore export-ignore
.gitattributes export-ignore

1
.tag Normal file

@ -0,0 +1 @@
$Format:%H$