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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=99c6c082ffe7e20c611f51d3758c692aae8cd400;p=qemu.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 146c62284c..0ed42d9d28 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