summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-11-17 16:01:48 -0800
committerPete Higgins <pete@peterhiggins.org>2020-12-01 16:12:04 -0800
commit65750fbfacc70ae7e5885b3b7c621233600ad091 (patch)
tree24932f08270e62014695511457efeedeaf36f45e
parent9f98233dec89a93adda0eb364950484631464a36 (diff)
downloadchef-65750fbfacc70ae7e5885b3b7c621233600ad091.tar.gz
Ignore inspec reports generated with json-file reporter.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0699f6f70f..7e18a3148f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,4 +92,7 @@ mkmf.log
.byebug_history
# our custom dictionary pulled from https://github.com/chef/chef_dictionary/
-chef_dictionary.txt \ No newline at end of file
+chef_dictionary.txt
+
+# Audit mode inspec reports with json-file reporter are put in the chef directory
+inspec-*.json