|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] trivial build cleanup
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@xxxxxx>
--
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)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] trivial build cleanup,
Alex Williamson <=
|
|
|
|
|