aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-13 10:45:43 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-13 10:45:43 +0100
commit0bef33a1a3699eef620a46f9f29a7d6c96fa8b5d (patch)
tree2f3394dd33db6ac33453796154231b758a6e0b0e /.hgignore
parent6d847cf8cb7fd656bb99f8918894f598fd783ec8 (diff)
downloadxen-0bef33a1a3699eef620a46f9f29a7d6c96fa8b5d.tar.gz
xen-0bef33a1a3699eef620a46f9f29a7d6c96fa8b5d.tar.bz2
xen-0bef33a1a3699eef620a46f9f29a7d6c96fa8b5d.zip
This fixes the Xen Makefile to allow correct building of cscope, TAGS
and tags. Prior to this the asm directory was not constructed correctly for the "find" command. "xen\cscope.*" has been added to ".hgignore". Signed-off-by: Aravindh Puthiyaparambil <aravindh.puthiyaparambil@unisys.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index b27604e4b2..49a8440922 100644
--- a/.hgignore
+++ b/.hgignore
@@ -184,6 +184,7 @@
^tools/xm-test/ramdisk/buildroot
^xen/BLOG$
^xen/TAGS$
+^xen/cscope\.*$
^xen/arch/x86/asm-offsets\.s$
^xen/arch/x86/boot/mkelf32$
^xen/arch/x86/xen\.lds$