Files
nDPId/.gitignore
Damiano Verzulli 96b9129918 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
2022-08-12 11:10:45 +02:00

13 lines
132 B
Plaintext

# python related
*.pyc
__pycache__
# go related
*.sum
# lockfiles generated by some shell scripts
*.lock
# building folder
build