Add tests/reports to .gitignore (#2141)

Ignore these files when committing. These are test reports which are
generated when running tests locally or on CI.
This commit is contained in:
Charlie Drage
2019-09-19 03:49:26 -04:00
committed by OpenShift Merge Robot
parent 5db4e78b0e
commit 9d9b2c33d8

3
.gitignore vendored
View File

@@ -13,6 +13,9 @@ bin
# Ignore coverage report
coverage.txt
# Ignore test reports
tests/reports/
#
# GO SPECIFIC
#