summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-12-13 15:17:50 -0500
committerPaul W. Frields <stickster@gmail.com>2010-12-13 15:17:50 -0500
commitf00393b886db293015c54faad9e65e0bce493b0b (patch)
tree82999aeaed9f933547724990a16a6a8a8eab03d1
parent039a1094018b1fbea574b9deb0896317ce36fa62 (diff)
downloadecs-git-test-master.tar.gz
ecs-git-test-master.tar.xz
ecs-git-test-master.zip
Don't forget to grab .gitignoreHEADmaster
-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