aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-01-25 15:04:09 +0000
committerIan Campbell <ian.campbell@citrix.com>2013-01-25 15:04:09 +0000
commitb59a542f16b073532c7c7a6d4a201706490a346a (patch)
tree2850af8e4fd325b8d0620025f05430fd0ec68e7b /.hgignore
parent15e64e205e121c1eb18b6a9c1953c82443e4cd5a (diff)
downloadxen-b59a542f16b073532c7c7a6d4a201706490a346a.tar.gz
xen-b59a542f16b073532c7c7a6d4a201706490a346a.tar.bz2
xen-b59a542f16b073532c7c7a6d4a201706490a346a.zip
build: cleanup configure detritus at toplevel and stubdom
These files were left over after $ git clean -f -dx $ ./configure $ make distclean and picked up by a subsequent. $ git clean -f -dx Ensure that these files are also correctly ignored. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Roger Pau Monné <roger.pau@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 5efd72c048..74fd424921 100644
--- a/.hgignore
+++ b/.hgignore
@@ -28,8 +28,9 @@
(^|/)(GTAGS|GPATH|GSYMS|GRTAGS)$
^autom4te\.cache$
^config\.log$
-^config\.status
-^config/Toplevel\.mk
+^config\.status$
+^config\.cache$
+^config/Toplevel\.mk$
^build-.*$
^dist/.*$
^docs/autom4te\.cache$
@@ -101,6 +102,7 @@
^stubdom/binutils-.*$
^stubdom/config\.log$
^stubdom/config\.status$
+^stubdom/config\.cache$
^stubdom/cross-root-.*$
^stubdom/gcc-.*$
^stubdom/include$