From f00393b886db293015c54faad9e65e0bce493b0b Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Mon, 13 Dec 2010 15:17:50 -0500 Subject: Don't forget to grab .gitignore --- Makefile.custom | 1 + 1 file changed, 1 insertion(+) 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 -- cgit