summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-02-19 18:39:14 +0100
committerToni Uhlig <matzeton@googlemail.com>2021-02-19 18:39:14 +0100
commit0a6d44dc60fb44c8aa59397d29b1f6cbb134d47d (patch)
treee09e108ec34f33007f740003161b11815631fb5a /.gitignore
parent9ccd52134ba54020ad015b00985b1284d7687568 (diff)
C-Api uses similiar flow key hash calculation as Python-Api.
* Make use of flow id / alias / source which is required for future use cases where multiple nDPId instances (same / different machines) feed one nDPIsrvd. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 83d073eb9..9df1ac1cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,13 @@
+# c executables
+/nDPId
+/nDPIsrvd
+/examples/c-captured/c-captured
+/examples/c-json-stdout/c-json-stdout
+
# python related
*.pyc
__pycache__
# go related
*.sum
+/examples/go-dashboard/go-dashboard