diff options
author | Guillem Jover <guillem@hadrons.org> | 2014-09-27 15:47:49 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-10-20 01:18:15 +0200 |
commit | 00c9abd9411e9d262cf5de90734522ab6bc0bca5 (patch) | |
tree | 834f053bbd4071c6fe43a23757e4d88cd8615222 | |
parent | 325822a0057e70c96f82411ffd1da8eb88eecef7 (diff) | |
download | neard-upstream.tar.gz neard-upstream.tar.bz2 neard-upstream.zip |
build: Update gitignore rules for new automake test suite and systemd fileupstream
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.
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |