diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-03-24 14:35:54 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-03-24 14:44:27 +0100 |
commit | ef4a22ffac7b9dfd95e836e9c8152310365fec32 (patch) | |
tree | 2d0f002cc8d52d65eaf3b2a8f8049bb72da4547a /.gitignore | |
parent | 1ab6b9e042060fab28be84f72af6df655d933f1d (diff) |
Updated README.md
* added examples/README.md and schema/README.md
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 56e0c00ec..6be61315e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # c executables /nDPId /nDPIsrvd +/nDPId-test /examples/c-collectd/c-collectd /examples/c-captured/c-captured /examples/c-json-stdout/c-json-stdout |