aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-04 11:16:02 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-04 11:16:02 +0100
commit419ef45e2b41d4a9710e32e60bd9b2973b94f197 (patch)
tree230480dc4711b2b011e4ad48684b5c8639d104bf /.hgignore
parent5bab5230292bf93127513f373c227b21500e91af (diff)
downloadxen-419ef45e2b41d4a9710e32e60bd9b2973b94f197.tar.gz
xen-419ef45e2b41d4a9710e32e60bd9b2973b94f197.tar.bz2
xen-419ef45e2b41d4a9710e32e60bd9b2973b94f197.zip
.hgignore: ignore any kind of tag file anywhere
From: Diego Ongaro <diego.ongaro@eu.citrix.com> Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore6
1 files changed, 1 insertions, 5 deletions
diff --git a/.hgignore b/.hgignore
index 5a1c580372..756f9dcf69 100644
--- a/.hgignore
+++ b/.hgignore
@@ -21,8 +21,7 @@
^[^/]*\.bz2$
^\.config$
^\.pc
-^TAGS$
-^tags$
+(^|/)(tags|TAGS)$
^build-.*$
^dist/.*$
^docs/.*\.aux$
@@ -105,7 +104,6 @@
^stubdom/lwip/
^stubdom/ioemu/
^stubdom/grub-upstream/
-^tools/.*/TAGS$
^tools/.*/build/lib.*/.*\.py$
^tools/blktap/Makefile\.smh$
^tools/blktap/drivers/blktapctrl$
@@ -261,7 +259,6 @@
^xen/\.banner.*$
^xen/BLOG$
^xen/System.map$
-^xen/TAGS$
^xen/arch/x86/asm-offsets\.s$
^xen/arch/x86/boot/mkelf32$
^xen/arch/x86/xen\.lds$
@@ -279,7 +276,6 @@
^xen/include/xen/acm_policy\.h$
^xen/include/xen/banner\.h$
^xen/include/xen/compile\.h$
-^xen/tags$
^xen/tools/figlet/figlet$
^xen/tools/symbols$
^xen/xen$