aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-07-09 12:04:20 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-07-09 12:04:20 +0100
commit9f426c8ad5ae2a5fec29c8505fa5a733084d4a48 (patch)
tree4c22e448f60e80663ba76ee51752bcc7004c573e /.hgignore
parentb02f23073313e243cef0e194c721f339300947fd (diff)
downloadxen-9f426c8ad5ae2a5fec29c8505fa5a733084d4a48.tar.gz
xen-9f426c8ad5ae2a5fec29c8505fa5a733084d4a48.tar.bz2
xen-9f426c8ad5ae2a5fec29c8505fa5a733084d4a48.zip
Add support for building -mm, -tip and -rc upstream trees.
(note that not all of those contains Xen support just yet and that a native kernel will be silently built in that case.) Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 63eb8880df..03d4a03f2e 100644
--- a/.hgignore
+++ b/.hgignore
@@ -67,6 +67,9 @@
^linux-[^/]*-xen0/.*$
^linux-[^/]*-xenU/.*$
^linux-[^/]*-paravirt/.*$
+^linux-[^/]*-mm/.*$
+^linux-[^/]*-rc/.*$
+^linux-[^/]*-tip/.*$
^linux-[^/]*\.patch$
^mkddbxen$
^netbsd-[^/]*-tools/.*$