From: Juliana Fajardini Date: Mon, 13 Mar 2023 15:26:25 +0000 (-0300) Subject: gitignore: ignore csv file generated by test X-Git-Tag: suricata-6.0.13~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8207bf576d30031ee8bdfa9efd079decd7a015;p=thirdparty%2Fsuricata-verify.git gitignore: ignore csv file generated by test datasets-bug-5109 test always generates a csv file. Make sure we don't mistankenly add it to git. --- diff --git a/.gitignore b/.gitignore index a7e80bfa0..058dcd8a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ output/ /private *~ +tests/datasets-bug-5109/datasets.csv