mirror of
https://github.com/OISF/suricata.git
synced 2026-05-28 04:32:12 -04:00
.gitignore: add more files
- the generated binaries for lib examples - LSP files - man pages
This commit is contained in:
parent
4b715a84cf
commit
4df33c496e
3 changed files with 8 additions and 0 deletions
6
.gitignore
vendored
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
examples/lib/custom/.gitignore
vendored
1
examples/lib/custom/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
!/Makefile.example.in
|
||||
Makefile.example
|
||||
/custom
|
||||
|
|
|
|||
1
examples/lib/simple/.gitignore
vendored
1
examples/lib/simple/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
!/Makefile.example.in
|
||||
Makefile.example
|
||||
/simple
|
||||
|
|
|
|||
Loading…
Reference in a new issue