From 4df33c496ea76b6abb1bfdb46d32b5ee10e93cc6 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 31 Mar 2025 12:34:04 -0600 Subject: [PATCH] .gitignore: add more files - the generated binaries for lib examples - LSP files - man pages --- .gitignore | 6 ++++++ examples/lib/custom/.gitignore | 1 + examples/lib/simple/.gitignore | 1 + 3 files changed, 8 insertions(+) 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 -- 2.47.2