.gitignore: add more files

- the generated binaries for lib examples
- LSP files
- man pages
pull/12891/head
Jason Ish 10 months ago committed by Victor Julien
parent 4b715a84cf
commit 4df33c496e

6
.gitignore vendored

@ -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

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

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

Loading…
Cancel
Save