From f80ce1778a3aa86f1ffc3e3eb8a0fcf718348775 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 14 Oct 2016 09:44:53 -0700 Subject: [PATCH] Do not include baseimage and installer in archive These are part of the base image Fixes #39 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index bf8ccb96e..56982bf90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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