From: aurel32 Date: Tue, 22 Apr 2008 20:45:30 +0000 (+0000) Subject: Ignore .git and .svn in Makefile, noticed by Stefan Weil. X-Git-Tag: TizenStudio_2.0_p2.3~11984 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=131c79533932faa5cfcbfbdc3ad04eeff0ac08b4;p=sdk%2Femulator%2Fqemu.git Ignore .git and .svn in Makefile, noticed by Stefan Weil. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4241 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Makefile b/Makefile index 146c622..0ed42d9 100644 --- a/Makefile +++ b/Makefile @@ -257,7 +257,7 @@ FILE = qemu-$(VERSION) tar: rm -rf /tmp/$(FILE) cp -r . /tmp/$(FILE) - cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS + cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .git --exclude .svn rm -rf /tmp/$(FILE) # generate a binary distribution