diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-04-22 15:55:42 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-04-22 17:37:55 +0200 |
commit | 4e3dda70a3f243d500f5ac5c6611abca195b6c61 (patch) | |
tree | 6bf184d2c16c3c7b08cb68312b24ed180cfa5c73 /.gitignore | |
parent | 174bd89d8eb2de21e826a565644cd8bc3b72c224 (diff) |
Unified and improved dependency build/mgmt via CMake and travis-ci.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 6be61315e..83d073eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,6 @@ -# c executables -/nDPId -/nDPIsrvd -/nDPId-test -/examples/c-collectd/c-collectd -/examples/c-captured/c-captured -/examples/c-json-stdout/c-json-stdout - # python related *.pyc __pycache__ # go related *.sum -/examples/go-dashboard/go-dashboard |