diff --git a/.gitignore b/.gitignore index 66416e27d1..ed57b1b3ec 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/examples/lib/custom/.gitignore b/examples/lib/custom/.gitignore index 579841d2a5..cbe048e05f 100644 --- a/examples/lib/custom/.gitignore +++ b/examples/lib/custom/.gitignore @@ -1,2 +1,3 @@ !/Makefile.example.in Makefile.example +/custom diff --git a/examples/lib/simple/.gitignore b/examples/lib/simple/.gitignore index 579841d2a5..c7c8b84913 100644 --- a/examples/lib/simple/.gitignore +++ b/examples/lib/simple/.gitignore @@ -1,2 +1,3 @@ !/Makefile.example.in Makefile.example +/simple