diff --git a/.cvsignore b/.cvsignore index 1b3714341..e9d4915a9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,7 @@ +depcomp +install-sh +missing +mkinstalldirs BUGS Makefile Makefile.in diff --git a/libguile/.cvsignore b/libguile/.cvsignore index d5d8f2a5e..0f08b4a87 100644 --- a/libguile/.cvsignore +++ b/libguile/.cvsignore @@ -1,3 +1,5 @@ +gen-scmconfig +gen-scmconfig.h *.bb *.bbg *.c.clean.c diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 945f234ea..40d7f03c9 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -1,3 +1,4 @@ + SCM_TESTS = tests/alist.test \ tests/bit-operations.test \ tests/c-api.test \