summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDamiano Verzulli <damiano@verzulli.it>2022-08-12 11:10:45 +0200
committerDamiano Verzulli <damiano@verzulli.it>2022-08-12 11:10:45 +0200
commit96b9129918b3ac868dedc3fcf76376a164619f31 (patch)
tree76d891a68ff74c58a41604394fe284c254d330e0 /.gitignore
parentae37631e23ebcac770e7019bf2e95afc7c959674 (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--.gitignore3
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