aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2006-02-03 09:54:04 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2006-02-03 09:54:04 +0000
commit9c3cd0101e98c6a1fc2b9c8ede92acdec22e01ae (patch)
treee42e627760d3845f004147741a809230118b0810 /.hgignore
parent2304302edfec3673a4a7b098a6e8a70f6089113f (diff)
downloadxen-9c3cd0101e98c6a1fc2b9c8ede92acdec22e01ae.tar.gz
xen-9c3cd0101e98c6a1fc2b9c8ede92acdec22e01ae.tar.bz2
xen-9c3cd0101e98c6a1fc2b9c8ede92acdec22e01ae.zip
Fix another corner case in the build system.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 106adb5410..1d6138311f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -14,7 +14,6 @@
.*\.orig$
.*\.rej$
^[^/]*\.bz2$
-^\.valid-srcs$
^TAGS$
^dist/.*$
^docs/.*\.aux$
@@ -68,6 +67,7 @@
^patches/tmp/.*$
^pristine-.*$
^ref-.*$
+^tmp-.*$
^tools/.*/TAGS$
^tools/.*/build/lib.*/.*\.py$
^tools/blktap/Makefile\.smh$