]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
.gitignore: don't ignore rule files in rules/
authorJason Ish <jason.ish@oisf.net>
Fri, 20 Jun 2025 18:16:36 +0000 (12:16 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 21 Jun 2025 19:32:53 +0000 (21:32 +0200)
These are rules we want to track edits to, as well as new and removed
files.

.gitignore

index f6d1086b2dd208e2e50606f90f3772c7a71455cd..f1f9cb108d46ab29069b12729376141534ee0676 100644 (file)
@@ -62,3 +62,6 @@ doc/userguide/*.1
 
 # Generated compile commands for LSP.
 /compile_commands.json
+
+# Don't ignore *.rules in rules/
+!/rules/*.rules