mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
849 B
Plaintext
68 lines
849 B
Plaintext
*.o
|
|
*.lo
|
|
*.a
|
|
*.la
|
|
*.in
|
|
*.[ch]e
|
|
*.log
|
|
*.rule
|
|
*.rules
|
|
*.pcap
|
|
*.pcapng
|
|
/*.yaml
|
|
Makefile
|
|
.deps/
|
|
.libs/
|
|
*~
|
|
m4/
|
|
TAGS
|
|
aclocal.m4
|
|
autoconf.h
|
|
autom4te.cache/
|
|
build/*
|
|
compile
|
|
config.guess
|
|
config.h
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
doc/userguide/suricata.1
|
|
etc/suricata.logrotate
|
|
etc/suricata.service
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
qa/log/
|
|
qa/coccinelle/struct-flags.cocci
|
|
rust/*/target/*
|
|
scripts/suricatasc/build/*
|
|
scripts/suricatasc/src/__pycache__/*
|
|
src/*.diff
|
|
src/*.patch
|
|
src/*.rej
|
|
src/*.orig
|
|
src/*.plist/*
|
|
src/TAGS
|
|
src/suricata
|
|
stamp-h1
|
|
src/build-info.h
|
|
test.sh
|
|
.vscode/*
|
|
/suricata-update/*
|
|
!/suricata-update/Makefile.am
|
|
/libsuricata-config
|
|
!/libsuricata-config.in
|
|
!/.readthedocs.yaml
|
|
|
|
# Man pages.
|
|
doc/userguide/*.1
|
|
|
|
# Generated compile commands for LSP.
|
|
/compile_commands.json
|
|
|
|
# Don't ignore *.rules in rules/
|
|
!/rules/*.rules
|