Do not include baseimage and installer in archive

These are part of the base image

Fixes #39
This commit is contained in:
Girish Ramakrishnan
2016-10-14 09:44:53 -07:00
parent db7958c934
commit f80ce1778a

3
.gitattributes vendored
View File

@@ -1,5 +1,8 @@
# following files are skipped when exporting using git archive
test export-ignore
scripts export-ignore
baseimage export-ignore
installer export-ignore
.gitattributes export-ignore
.gitignore export-ignore