diff --git a/.gitignore b/.gitignore index caab163a3..3df721c2b 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,6 @@ guile-readline/guile-readline-config.h.in TAGS guile-1.8.pc libguile/stack-limit-calibration.scm +cscope.out +cscope.files +*.log diff --git a/test-suite/standalone/.gitignore b/test-suite/standalone/.gitignore index 96a663d3d..dcc8ae303 100644 --- a/test-suite/standalone/.gitignore +++ b/test-suite/standalone/.gitignore @@ -1,7 +1,8 @@ -test-conversion -test-gh -test-list -test-num2integral -test-round -test-unwind -test-with-guile-module +/test-conversion +/test-gh +/test-list +/test-num2integral +/test-round +/test-unwind +/test-with-guile-module +/test-use-srfi