From: Ian Campbell <ian.campbell@citrix.com>
To: xen-devel@lists.xen.org
Cc: keir@xen.org, ian.jackson@eu.citrix.com,
Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH 7/9] .*ignore: remove some cruft
Date: Wed, 31 Jul 2013 16:15:55 +0100 [thread overview]
Message-ID: <1375283757-19465-7-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1375283736.7382.100.camel@kazak.uk.xensource.com>
Just a few things which I noticed which I'm sure aren't relevant now. I'm sure
there is plent of other cruft but I didn't do any sort of audit.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
.gitignore | 15 ---------------
.hgignore | 15 ---------------
2 files changed, 0 insertions(+), 30 deletions(-)
diff --git a/.gitignore b/.gitignore
index 2feac20..c82a372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -210,11 +210,6 @@ tools/libxl/_libxl.api-for-check
tools/libxl/*.api-ok
tools/misc/cpuperf/cpuperf-perfcntr
tools/misc/cpuperf/cpuperf-xen
-tools/misc/mbootpack/bin2c
-tools/misc/mbootpack/bootsect
-tools/misc/mbootpack/bzimage_header.c
-tools/misc/mbootpack/mbootpack
-tools/misc/mbootpack/setup
tools/misc/xc_shadow
tools/misc/xen_cpuperf
tools/misc/xen-detect
@@ -244,15 +239,6 @@ tools/tests/regression/build/*
tools/tests/regression/downloads/*
tools/tests/mem-sharing/memshrtool
tools/tests/mce-test/tools/xen-mceinj
-tools/vnet/Make.local
-tools/vnet/build/*
-tools/vnet/gc
-tools/vnet/gc*/*
-tools/vnet/vnet-module/*.ko
-tools/vnet/vnet-module/.*.cmd
-tools/vnet/vnet-module/.tmp_versions/*
-tools/vnet/vnet-module/vnet_module.mod.*
-tools/vnet/vnetd/vnetd
tools/vtpm/tpm_emulator-*.tar.gz
tools/vtpm/tpm_emulator/*
tools/vtpm/vtpm/*
@@ -306,7 +292,6 @@ tools/xm-test/lib/XmTestReport/xmtest.py
tools/xm-test/tests/*.test
tools/ocaml-xenstored*
xen/.banner*
-xen/BLOG
xen/System.map
xen/arch/arm/asm-offsets.s
xen/arch/arm/xen.lds
diff --git a/.hgignore b/.hgignore
index 87ab478..05cb0de 100644
--- a/.hgignore
+++ b/.hgignore
@@ -203,11 +203,6 @@
^tools/libvchan/vchan-node[12]$
^tools/misc/cpuperf/cpuperf-perfcntr$
^tools/misc/cpuperf/cpuperf-xen$
-^tools/misc/mbootpack/bin2c$
-^tools/misc/mbootpack/bootsect$
-^tools/misc/mbootpack/bzimage_header\.c$
-^tools/misc/mbootpack/mbootpack$
-^tools/misc/mbootpack/setup$
^tools/misc/xc_shadow$
^tools/misc/xen_cpuperf$
^tools/misc/xen-detect$
@@ -242,15 +237,6 @@
^tools/tests/xen-access/xen-access$
^tools/tests/mem-sharing/memshrtool$
^tools/tests/mce-test/tools/xen-mceinj$
-^tools/vnet/Make.local$
-^tools/vnet/build/.*$
-^tools/vnet/gc$
-^tools/vnet/gc.*/.*$
-^tools/vnet/vnet-module/.*\.ko$
-^tools/vnet/vnet-module/\..*\.cmd$
-^tools/vnet/vnet-module/\.tmp_versions/.*$
-^tools/vnet/vnet-module/vnet_module\.mod\..*$
-^tools/vnet/vnetd/vnetd$
^tools/vtpm/tpm_emulator-.*\.tar\.gz$
^tools/vtpm/tpm_emulator/.*$
^tools/vtpm/vtpm/.*$
@@ -331,7 +317,6 @@
^config/Stubdom\.mk$
^config/Docs\.mk$
^xen/\.banner.*$
-^xen/BLOG$
^xen/System.map$
^xen/arch/arm/asm-offsets\.s$
^xen/arch/arm/xen\.lds$
--
1.7.2.5
next prev parent reply other threads:[~2013-07-31 15:15 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-31 15:15 [PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff Ian Campbell
2013-07-31 15:15 ` [PATCH 1/9] tools: move xm and xend under tools python Ian Campbell
2013-08-07 15:03 ` Ian Jackson
2013-07-31 15:15 ` [PATCH 2/9] tools: make building xend configurable Ian Campbell
2013-08-07 15:04 ` Ian Jackson
2013-07-31 15:15 ` [PATCH 3/9] tools: remove in tree libaio Ian Campbell
2013-08-01 8:38 ` Egger, Christoph
2013-08-01 14:39 ` Ian Campbell
2013-08-07 15:06 ` Ian Jackson
2013-08-08 9:07 ` Ian Campbell
2013-08-20 14:28 ` Ian Campbell
2013-07-31 15:15 ` [PATCH 4/9] tools: delete xsview Ian Campbell
2013-08-07 15:06 ` Ian Jackson
2013-07-31 15:15 ` [PATCH 5/9] tools: remove miniterm Ian Campbell
2013-08-07 15:07 ` Ian Jackson
2013-07-31 15:15 ` [PATCH 6/9] tools: remove lomount Ian Campbell
2013-08-07 15:08 ` Ian Jackson
2013-07-31 15:15 ` Ian Campbell [this message]
2013-08-07 15:09 ` [PATCH 7/9] .*ignore: remove some cruft Ian Jackson
2013-07-31 15:15 ` [PATCH 8/9] tools: disable blktap1 build by default Ian Campbell
2013-08-07 15:13 ` Ian Jackson
2013-07-31 15:15 ` [PATCH 9/9] tools: drop 'sv' Ian Campbell
2013-08-07 15:13 ` Ian Jackson
2013-07-31 15:29 ` [PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff Andrew Cooper
2013-07-31 15:35 ` Ian Campbell
2013-07-31 15:57 ` Andrew Cooper
2013-07-31 16:37 ` Andrew Cooper
2013-08-01 6:11 ` Matt Wilson
2013-08-20 15:03 ` Ian Campbell
2013-08-12 14:53 ` Fabio Fantoni
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=1375283757-19465-7-git-send-email-ian.campbell@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=keir@xen.org \
--cc=xen-devel@lists.xen.org \
/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 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).