From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JoPMr-0000Gi-3w for qemu-devel@nongnu.org; Tue, 22 Apr 2008 16:45:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JoPMq-0000GP-De for qemu-devel@nongnu.org; Tue, 22 Apr 2008 16:45:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoPMq-0000GK-7m for qemu-devel@nongnu.org; Tue, 22 Apr 2008 16:45:32 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JoPMp-00062z-Tw for qemu-devel@nongnu.org; Tue, 22 Apr 2008 16:45:32 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1JoPMp-0007dT-8v for qemu-devel@nongnu.org; Tue, 22 Apr 2008 20:45:31 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1JoPMo-0007dO-Ty for qemu-devel@nongnu.org; Tue, 22 Apr 2008 20:45:31 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Tue, 22 Apr 2008 20:45:30 +0000 Subject: [Qemu-devel] [4241] Ignore .git and .svn in Makefile, noticed by Stefan Weil. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4241 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4241 Author: aurel32 Date: 2008-04-22 20:45:30 +0000 (Tue, 22 Apr 2008) Log Message: ----------- Ignore .git and .svn in Makefile, noticed by Stefan Weil. Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2008-04-22 20:45:18 UTC (rev 4240) +++ trunk/Makefile 2008-04-22 20:45:30 UTC (rev 4241) @@ -257,7 +257,7 @@ 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