diff options
author | Damiano Verzulli <damiano@verzulli.it> | 2022-08-12 11:10:45 +0200 |
---|---|---|
committer | Damiano Verzulli <damiano@verzulli.it> | 2022-08-12 11:10:45 +0200 |
commit | 96b9129918b3ac868dedc3fcf76376a164619f31 (patch) | |
tree | 76d891a68ff74c58a41604394fe284c254d330e0 /.gitignore | |
parent | ae37631e23ebcac770e7019bf2e95afc7c959674 (diff) |
Improve README
- slightly improve the README to better enhance the streaming
capability of `nDPId`, regardless of `nDPIsrvd`
- add a screencast showing the install step and the
`nDPId` usage, alone (with ncat as unix-socket listener)
- add "build" to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 42c18c116..6babfc642 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ __pycache__ # lockfiles generated by some shell scripts *.lock + +# building folder +build |