From d5b3a0f6861c6735620652ea6750df76c70ed7e8 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Fri, 31 May 2013 21:33:00 +0200
Subject: [PATCH v3 13/13] build: Update gitignore rules for new automake test
 suite and systemd file
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.

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
-- 
1.9.0.rc3.244.g3497008

