diff --git a/.cvsignore b/.cvsignore index 859b1052abb..38068e2268d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,5 +1,6 @@ Make.rules Makefile +autom4te.cache config.cache config.log config.status diff --git a/Makefile.in b/Makefile.in index 53f560ee828..ef3d6e64aca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -185,6 +185,7 @@ clean:: distclean: clean $(RM) config.* TAGS Make.rules dlls/Makedll.rules programs/Makeprog.rules include/config.h + $(RM) -r autom4te.cache $(RM) `find . \( -name Makefile -o -size 0 \) -print` ### Dependencies: