.gitignore: add more files

- the generated binaries for lib examples
- LSP files
- man pages
This commit is contained in:
Jason Ish 2025-03-31 12:34:04 -06:00 committed by Victor Julien
parent 4b715a84cf
commit 4df33c496e
3 changed files with 8 additions and 0 deletions

6
.gitignore vendored
View file

@ -69,3 +69,9 @@ test.sh
/libsuricata-config
!/libsuricata-config.in
!/.readthedocs.yaml
# Man pages.
doc/userguide/*.1
# Generated compile commands for LSP.
/compile_commands.json

View file

@ -1,2 +1,3 @@
!/Makefile.example.in
Makefile.example
/custom

View file

@ -1,2 +1,3 @@
!/Makefile.example.in
Makefile.example
/simple