From 38c1da430cf0b83c1dcd09bb99fd5f3fc0ea830a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 13 Nov 2008 23:27:25 +0100 Subject: [PATCH] Augment `.gitignore'. --- .gitignore | 3 +++ test-suite/standalone/.gitignore | 15 ++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) 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