From aac6bf0681fee9c2c2c3da01e85bcca2121c458d Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Fri, 31 May 2013 21:33:00 +0200
Subject: [PATCH v2 17/18] build: Update ignore rules for new automake test
 suite
Status: obsolete

The new automake paralell test driver (enabled by default in 1.13),
creates log files to track test results and output, ignore them.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5bebc2e..f955719 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
 *.lo
 *.la
 *.so
+*.log
+*.trs
 .deps
 .libs
 .dirstamp
@@ -24,6 +26,7 @@ ltmain.sh
 m4/
 missing
 stamp-h1
+test-driver
 autom4te.cache
 TAGS
 
-- 
1.8.3.1

