diff options
author | Roger Leigh <rleigh@debian.org> | 2013-09-08 11:51:55 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-09-08 18:15:21 +0100 |
commit | 29e3a9758901506e025dd079781aef344d68c9de (patch) | |
tree | 884a41b0187d1c241babb15793b6f4c90e6c9305 | |
parent | a9dcfcdb51b9e1fa0fda6db75ab6fa80be17cff5 (diff) | |
download | schroot-29e3a9758901506e025dd079781aef344d68c9de.tar.gz |
Ignore files created by automake 1.14
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | scripts/.gitignore | 2 | ||||
-rw-r--r-- | test/.gitignore | 3 |
3 files changed, 5 insertions, 1 deletions
@@ -28,3 +28,4 @@ build-stamp ChangeLog VERSION .gdb_history +test-suite.log diff --git a/scripts/.gitignore b/scripts/.gitignore index 28d37439..0707328a 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -7,3 +7,5 @@ ltmain.sh missing mkinstalldirs po-notify +compile +test-driver diff --git a/test/.gitignore b/test/.gitignore index 8a4a875d..b2b8fab9 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -20,4 +20,5 @@ sbuild/regex sbuild/run-parts sbuild/util bin-common/option-action - +*.log +*.trs |