From 3922d1bbdabd82c95758c6f8b9675c9dcefb75d2 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 31 Oct 2018 08:58:50 -0700 Subject: Add test artifacts to gitignore Add test artifacts to .gitignore Add libtool to .gitignore Tested: Verified the * in the gitignore stops at periods, so modifying a test.cpp or test_*.cpp will still show up as a change. Change-Id: I24a449ead29fb038a9cba8c51ab1b753a8407708 Signed-off-by: Patrick Venture --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index d85664e..285ed8d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ xyz/openbmc_project/Logging/Internal/Manager/ *.la *.lo .libs/ +libtool callout-test callouts-gen.hpp callouts/.dirstamp @@ -34,3 +35,10 @@ elog-lookup.cpp elog-process-metadata.cpp phosphor-log-manager phosphor-logging.pc +test/*_test.log +test/*_test.trs +test/*_test_*.log +test/*_test_*.trs +test/test-suite.log +test/*_test_* +test/*_test -- cgit v1.2.1