From c95873e5370fe6286a5d09455f582cabe570cb15 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Dec 2018 12:46:35 +0000 Subject: .gitignore: Consolidate generic patterns at top level Patterns in the top-level .gitignore match in all subdirectories, so there's no need to repeat ourselves quite so much for generic C, Autotools and gcov patterns. Signed-off-by: Simon McVittie --- test/.gitignore | 12 ------------ test/name-test/.gitignore | 4 ---- 2 files changed, 16 deletions(-) (limited to 'test') diff --git a/test/.gitignore b/test/.gitignore index 597dbc60..5365347c 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,18 +1,7 @@ -.deps -.libs -Makefile -Makefile.in -*.lo -*.la -*.o echo-server echo-client test-bus unbase64 -*.bb -*.bbg -*.da -*.gcov break-loader test-spawn test-corrupt @@ -37,4 +26,3 @@ test-printf test-refs test-syntax test-syslog -internals/.dirstamp diff --git a/test/name-test/.gitignore b/test/name-test/.gitignore index 0ecde2f2..f55db7b4 100644 --- a/test/name-test/.gitignore +++ b/test/name-test/.gitignore @@ -1,7 +1,3 @@ -.deps -.libs -Makefile -Makefile.in echo-error-output.tmp tmp-session-bus.*.conf test-ids -- cgit v1.2.1