* [PATCH] trivial build cleanup
@ 2008-03-24 22:37 Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2008-03-24 22:37 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel
xenapi.out needs to be ignored and removed on clean;
tools/ioemu/i386-dm/Makefile is a soft link and should be ignored.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
--
diff -r dba5f548b894 .hgignore
--- a/.hgignore Mon Mar 24 14:25:52 2008 -0600
+++ b/.hgignore Mon Mar 24 16:27:21 2008 -0600
@@ -58,6 +58,7 @@
^docs/user/user\.html$
^docs/xen-api/vm_lifecycle.eps$
^docs/xen-api/xenapi-datamodel-graph.eps$
+^docs/xen-api/xenapi.out$
^extras/mini-os/h/hypervisor-ifs$
^extras/mini-os/h/xen-public$
^extras/mini-os/mini-os.*$
@@ -139,6 +140,7 @@
^tools/ioemu/\.pc/.*$
^tools/ioemu/config-host\.h$
^tools/ioemu/config-host\.mak$
+^tools/ioemu/i386-dm/Makefile$
^tools/ioemu/i386-dm/config\.h$
^tools/ioemu/i386-dm/config\.mak$
^tools/ioemu/i386-dm/qemu-dm$
diff -r dba5f548b894 docs/xen-api/Makefile
--- a/docs/xen-api/Makefile Mon Mar 24 14:25:52 2008 -0600
+++ b/docs/xen-api/Makefile Mon Mar 24 16:29:01 2008 -0600
@@ -41,4 +41,4 @@ xenapi-datamodel-graph.eps: xenapi-datam
.PHONY: clean
clean:
- rm -f *.pdf *.ps *.dvi *.aux *.log $(EPSDOT)
+ rm -f *.pdf *.ps *.dvi *.aux *.log *.out $(EPSDOT)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-24 22:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 22:37 [PATCH] trivial build cleanup Alex Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.