From 00c9abd9411e9d262cf5de90734522ab6bc0bca5 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 27 Sep 2014 15:47:49 +0200 Subject: build: Update gitignore rules for new automake test suite and systemd file 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 -- cgit v1.2.3