aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-12 16:46:23 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-12 16:46:23 +0000
commit6d125ecd2380843e91b371d6ecd016b7fca67dd5 (patch)
treec3beac2be545da4f1ec33ef672a83d9d082c80e6 /.hgignore
parent6e30359431245bde61c200b0e88ac256e6f7978e (diff)
downloadxen-6d125ecd2380843e91b371d6ecd016b7fca67dd5.tar.gz
xen-6d125ecd2380843e91b371d6ecd016b7fca67dd5.tar.bz2
xen-6d125ecd2380843e91b371d6ecd016b7fca67dd5.zip
stubdom: Rename stubdom/*.build into stubdom/*-build, newlib into
newlib-cvs, lwip into lwip-cvs. Fix .hgignore to ignore only them and not the patches. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore22
1 files changed, 11 insertions, 11 deletions
diff --git a/.hgignore b/.hgignore
index f6affe953a..78f33293fa 100644
--- a/.hgignore
+++ b/.hgignore
@@ -80,17 +80,17 @@
^pristine-.*$
^ref-.*$
^tmp-.*$
-^stubdom/binutils.*$
-^stubdom/cross-root.*$
-^stubdom/gcc.*$
-^stubdom/include.*$
-^stubdom/ioemu.*$
-^stubdom/libxc.*$
-^stubdom/lwip.*$
-^stubdom/mini-os.*$
-^stubdom/newlib.*$
-^stubdom/pciutils.*$
-^stubdom/zlib.*$
+^stubdom/binutils-.*$
+^stubdom/cross-root-.*$
+^stubdom/gcc-.*$
+^stubdom/include$
+^stubdom/ioemu$
+^stubdom/libxc$
+^stubdom/lwip-.*$
+^stubdom/mini-os$
+^stubdom/newlib-.*$
+^stubdom/pciutils-.*$
+^stubdom/zlib-.*$
^tools/.*/TAGS$
^tools/.*/build/lib.*/.*\.py$
^tools/blktap/Makefile\.smh$