* [Qemu-devel] [4241] Ignore .git and .svn in Makefile, noticed by Stefan Weil.
@ 2008-04-22 20:45 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-04-22 20:45 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-22 20:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 20:45 [Qemu-devel] [4241] Ignore .git and .svn in Makefile, noticed by Stefan Weil Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).