]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
.gitignore: add more files
authorJason Ish <jason.ish@oisf.net>
Mon, 31 Mar 2025 18:34:04 +0000 (12:34 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 1 Apr 2025 08:17:04 +0000 (10:17 +0200)
- the generated binaries for lib examples
- LSP files
- man pages

.gitignore
examples/lib/custom/.gitignore
examples/lib/simple/.gitignore

index 66416e27d14eb9d0481e7dd77576aed0c8e40ad7..ed57b1b3ec3b1cf2b46482b28a21c7d79db23f4f 100644 (file)
@@ -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
index 579841d2a52868677139a25918caff1371cf6671..cbe048e05f2815d1d177686a5af5ebe2d7e98d93 100644 (file)
@@ -1,2 +1,3 @@
 !/Makefile.example.in
 Makefile.example
+/custom
index 579841d2a52868677139a25918caff1371cf6671..c7c8b84913b4bf8ec6aadd6c9f1e39dacbfb6034 100644 (file)
@@ -1,2 +1,3 @@
 !/Makefile.example.in
 Makefile.example
+/simple