diff options
author | Toni <matzeton@googlemail.com> | 2022-08-03 12:03:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 12:03:36 +0200 |
commit | ac24b35b1fa36f8df6d586742200a0dc2d54f59e (patch) | |
tree | 5bc908a8d240de648cc37975e798c6f9ede2f632 /.gitignore | |
parent | c3c73e7bff903ec6ea939b61890d4b4214569198 (diff) |
Add Discord dissector. (#1694)
* fixed RiotGames false positive
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1c85b2bfa..1b4ccc971 100644 --- a/.gitignore +++ b/.gitignore @@ -69,9 +69,10 @@ stamp-h1 /src/lib/libndpi.a /src/lib/libndpi.so* /src/lib/libndpi -/src/lib/libndpi-4.1.0.dll +/src/lib/libndpi-*.dll /src/lib/libndpi.4 /tests/dga/dga_evaluate +/tests/dga/dga_evaluate.exe /tests/unit/unit /tags /rrdtool/Makefile |