summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-03-17 14:38:58 +0200
committerPetri Latvala <petri.latvala@intel.com>2017-06-09 15:25:44 +0300
commitbacc37beac8ced1fb45374608080c842bdbd6ce4 (patch)
tree74a8a14b9a5b707c0d034e912032c4e9ace1aeb7 /tests/Makefile.am
parent5b13b8f91cc7a6e274d00890a9f0659b52e9ff45 (diff)
tests/Makefile.am: Only ignore generated gitignore in gitignore
When generating the .gitignore file, use /.gitignore instead of .gitignore to not have it apply to subdirectories. Signed-off-by: Petri Latvala <petri.latvala@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9a1c7708..873850dc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -52,7 +52,7 @@ dist_pkgdata_DATA = \
all-local: .gitignore
.gitignore: Makefile.sources
- @echo "$(pkglibexec_PROGRAMS) $(HANG) test-list.txt test-list-full.txt .gitignore" | sed 's/\s\+/\n/g' | sort > $@
+ @echo "$(pkglibexec_PROGRAMS) $(HANG) test-list.txt test-list-full.txt /.gitignore" | sed 's/\s\+/\n/g' | sort > $@
pkgdata_DATA = test-list.txt test-list-full.txt