.gitignore: don't ignore rule files in rules/

These are rules we want to track edits to, as well as new and removed
files.
pull/13518/head
Jason Ish 6 months ago committed by Victor Julien
parent 580a4445cd
commit 5f37fd4db0

3
.gitignore vendored

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

Loading…
Cancel
Save