summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-31 08:58:50 -0700
committerPatrick Venture <venture@google.com>2018-10-31 08:59:59 -0700
commit3922d1bbdabd82c95758c6f8b9675c9dcefb75d2 (patch)
tree2f5fc21eb129dc34b62ea5fb27cbc95c1d6e86d8 /.gitignore
parent34438968e0d32aea89344c14629fdf9d3c6c8ea1 (diff)
downloadphosphor-logging-3922d1bbdabd82c95758c6f8b9675c9dcefb75d2.tar.gz
phosphor-logging-3922d1bbdabd82c95758c6f8b9675c9dcefb75d2.zip
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 <venture@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
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
OpenPOWER on IntegriCloud