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

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

diff --git a/.gitignore b/.gitignore
index 5669078..96f0608 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
 *.lo
 *.la
 *.so
+*.log
+*.trs
 .deps
 .libs
 .dirstamp
-- 
1.8.3

