From f0d3c348fe589b54e68b03cfc98fab370db808ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Ka=C5=BAmierczyk?= Date: Tue, 19 Nov 2024 22:40:19 +0100 Subject: [PATCH] Added reports dir to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof Kaźmierczyk --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73f4fde..4b49caa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ test/data/javacores-WAIT2/report.xml test/data/javacores-WAIT2/report.xsl .vscode dist -src/javacore_analyser.egg-info \ No newline at end of file +src/javacore_analyser.egg-info +reports \ No newline at end of file