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>
autom4te.cache/
config.log
config.status
+config.cache
config/Toplevel.mk
build-*
pristine-*
ref-*
tmp-*
-stubdom/autom4te.cache
+stubdom/autom4te.cache/
stubdom/binutils-*
stubdom/config.log
stubdom/config.status
+stubdom/config.cache
stubdom/cross-root-*
stubdom/gcc-*
stubdom/include
stubdom/stubdompath.sh
stubdom/vtpm/vtpm_manager.h
tools/*/build/lib*/*.py
-tools/autom4te.cache
+tools/autom4te.cache/
tools/config.h
tools/config.log
tools/config.status
(^|/)(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$
^stubdom/binutils-.*$
^stubdom/config\.log$
^stubdom/config\.status$
+^stubdom/config\.cache$
^stubdom/cross-root-.*$
^stubdom/gcc-.*$
^stubdom/include$
rm -rf dist patches/tmp
for i in $(ALLKERNELS) ; do $(MAKE) $$i-delete ; done
rm -rf patches/*/.makedep
+ rm -rf config.log config.status config.cache autom4te.cache
# Linux name for GNU distclean
.PHONY: mrproper
.PHONY: distclean
distclean: downloadclean
-rm ../config/Stubdom.mk
+ rm -rf config.log config.status config.cache autom4te.cache
ifeq (,$(findstring clean,$(MAKECMDGOALS)))
$(XEN_ROOT)/config/Stubdom.mk: