mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-02 00:40:13 +00:00
- 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
12 lines
132 B
Text
12 lines
132 B
Text
# python related
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# go related
|
|
*.sum
|
|
|
|
# lockfiles generated by some shell scripts
|
|
*.lock
|
|
|
|
# building folder
|
|
build
|