diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-10-19 21:42:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 21:42:55 +0200 |
commit | 8db8c8ae34da09dd09453c312fe9ebdac897f73d (patch) | |
tree | 1d345c5d19661e266e919d6f2d9c52133c766c1f /.gitignore | |
parent | fea3991ad168ee0a69a35c7be15e0732f2351d56 (diff) |
Fix QUIC log and remove SoulSeek leftovers after b97dc6ba (#1351)
Update .gitignore file
Fix a function prototype
Close #1349
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f9425afd1..da3e85894 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ compile /example/ndpiReader /example/Makefile.dpdk /example/build +/example/ndpiSimpleIntegration *.in /install-sh *.ko @@ -44,6 +45,7 @@ compile .settings /src/include/Makefile /src/include/ndpi_config.h +/src/include/ndpi_api.h /src/include/ndpi_define.h /src/lib/.deps/ /src/lib/Makefile @@ -53,3 +55,23 @@ stamp-h1 *.swp /test-driver /tests/Makefile +/fuzz/.deps/ +/fuzz/Makefile +/fuzz/fuzz_ndpi_reader +/fuzz/fuzz_ndpi_reader_with_main +/fuzz/fuzz_process_packet +/fuzz/fuzz_process_packet_with_main +/python/Makefile +/tests/dga/Makefile +/tests/do.sh +/tests/unit/Makefile +/example/libndpiReader.a +/example/ndpiReader.exe +/src/lib/libndpi.a +/src/lib/libndpi.so* +/src/lib/libndpi +/src/lib/libndpi-4.1.0.dll +/src/lib/libndpi.4 +/tests/dga/dga_evaluate +/tests/unit/unit +/tags |