diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-03-10 18:18:30 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-03-10 18:32:09 +0100 |
commit | 772b67b767114583207cc35eaf52598882277717 (patch) | |
tree | 2a8eacade9924d81b6f87bc400e20a8aa4937ca2 /.gitignore | |
parent | 412d8feba0d9de3fb2e451b3176ad7966bfb89ac (diff) |
Added basic collectd-exec example.
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 9df1ac1cf..56e0c00ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # c executables /nDPId /nDPIsrvd +/examples/c-collectd/c-collectd /examples/c-captured/c-captured /examples/c-json-stdout/c-json-stdout |