From: Jason Ish Date: Fri, 20 Jun 2025 18:16:36 +0000 (-0600) Subject: .gitignore: don't ignore rule files in rules/ X-Git-Tag: suricata-8.0.0~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f37fd4db0eb8ee318c72f860345570d5ece93f1;p=thirdparty%2Fsuricata.git .gitignore: don't ignore rule files in rules/ These are rules we want to track edits to, as well as new and removed files. --- diff --git a/.gitignore b/.gitignore index f6d1086b2d..f1f9cb108d 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ doc/userguide/*.1 # Generated compile commands for LSP. /compile_commands.json + +# Don't ignore *.rules in rules/ +!/rules/*.rules