From 8629b61b63b1688183ca7d587518416674c62779 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sat, 14 Nov 2015 17:57:23 +0100 Subject: [PATCH] tests: ignore test-suite.log Now that the tests at the top level directory are run via TESTS and not check-local:, the test-suite.log file is created and must bit gitignored. Signed-off-by: Loic Dachary --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3f9056e7e23e..2427b77b930b 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ release stamp-h1 systemd/Makefile vgcore.* +test-suite.log # specific local dir files /build-doc -- 2.47.3