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

The new automake paralell test driver (enabled by default in 1.13),
creates log files to track test results and output, ignore them.

Ignore also the new generated systemd service file.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 57f5a55..fba0d71 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
 
@@ -32,6 +35,7 @@ include/near
 include/version.h
 src/builtin.h
 src/neard
+src/neard.service
 tools/snep-send
 tools/nfctool/nfctool
 unit/test-ndef
-- 
2.1.1

