summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.custom1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom
index ea81460..490c4d2 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -58,6 +58,7 @@ GITREPO_LOC=ecs-git-test
.git:
@( git clone --no-hardlinks ${GITREPO_URL} ${GITREPO_LOC} && \
mv ${GITREPO_LOC}/.git . && \
+ mv ${GITREPO_LOC}/.gitignore . && \
rm -rf ${GITREPO_LOC} )
pull-from-git: .git