From b59a542f16b073532c7c7a6d4a201706490a346a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 25 Jan 2013 15:04:09 +0000 Subject: build: cleanup configure detritus at toplevel and stubdom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Roger Pau Monné Committed-by: Ian Campbell --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e96db5728f..125a5820c5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ stubdom/*.tar.gz autom4te.cache/ config.log config.status +config.cache config/Toplevel.mk build-* @@ -101,10 +102,11 @@ patches/tmp/* 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 @@ -128,7 +130,7 @@ stubdom/ioemu/ 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 -- cgit v1.2.3