From: Robert Bradshaw Date: Mon, 23 Nov 2009 19:21:22 +0000 (-0800) Subject: Also copy .hgignore X-Git-Tag: 0.12.1~121 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=66f117fe2e2e0f7f42d6ebe4086d8667013d7b92;p=cython.git Also copy .hgignore --- diff --git a/Makefile b/Makefile index bc70776c..337825cf 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ local: hg clone --rev $(REV) $(REPO) $(TMPDIR) hg -R $(TMPDIR) update mv $(TMPDIR)/.hg . + mv $(TMPDIR)/.hgignore . mv $(TMPDIR)/.hgtags . rm -rf $(TMPDIR)