diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-11-18 18:06:55 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-11-18 18:12:38 +0100 |
commit | ba179cc724f9b1e89ba38649dd9baf051ad1ca25 (patch) | |
tree | f652444c12d84bb744680ee07233840de95cadac /.gitignore | |
parent | dd5ff3b8ed94aad2e3aeda958ea6a14b95010c12 (diff) |
Increased serialization buffer size as required for recent nDPI builds.
* added .gitignore to prevent SCM check-ins of unwanted files
* fixed invalid include path for python examples
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..83d073eb9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# python related +*.pyc +__pycache__ + +# go related +*.sum |