From: Jason Ish Date: Mon, 31 Mar 2025 18:34:04 +0000 (-0600) Subject: .gitignore: add more files X-Git-Tag: suricata-8.0.0-beta1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4df33c496ea76b6abb1bfdb46d32b5ee10e93cc6;p=thirdparty%2Fsuricata.git .gitignore: add more files - the generated binaries for lib examples - LSP files - man pages --- 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