aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-04 11:19:27 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-04 11:19:27 +0100
commitf5ca520dc44bf770d413a2203e911ca647d87f43 (patch)
tree29413bb1922e03b3d2c413a019b550b7fefbe8c0 /.hgignore
parent4ea3fb1c8fac22e727c70378c517256bac013d73 (diff)
downloadxen-f5ca520dc44bf770d413a2203e911ca647d87f43.tar.gz
xen-f5ca520dc44bf770d413a2203e911ca647d87f43.tar.bz2
xen-f5ca520dc44bf770d413a2203e911ca647d87f43.zip
Fix fault handler for both 32 and 64 bit architecture. Clean up unused code.
Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk> Signed-off-by: Aravindh Puthiyaparambil <aravindh.puthiyaparambil@unisys.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 49a8440922..e1d621de37 100644
--- a/.hgignore
+++ b/.hgignore
@@ -14,6 +14,7 @@
.*\.orig$
.*\.rej$
.*/a\.out$
+.*cscope\.*$
^[^/]*\.bz2$
^TAGS$
^dist/.*$
@@ -184,7 +185,6 @@
^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$