All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Keir Fraser <keir.fraser@citrix.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] trivial build cleanup
Date: Mon, 24 Mar 2008 16:37:18 -0600	[thread overview]
Message-ID: <1206398238.6904.35.camel@lappy> (raw)


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)

                 reply	other threads:[~2008-03-24 22:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1206398238.6904.35.camel@lappy \
    --to=alex.williamson@hp.com \
    --cc=keir.fraser@citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.