CLEANUP: exclude udp-perturb with .gitignore

udp-perturb is a tool which can be used as a UDP gateway. It can be used
to reorder, remove or corrupt datagrams. It is compiled in dev/
directory and added to .gitignore to not clutter git status output.
This commit is contained in:
Amaury Denoyelle 2022-09-16 15:44:57 +02:00
parent d1310f8d32
commit e3e3121227
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -51,6 +51,7 @@ dev/haring/haring
dev/hpack/decode dev/hpack/decode
dev/hpack/gen-rht dev/hpack/gen-rht
dev/qpack/decode dev/qpack/decode
dev/udp/udp-perturb
/src/dlmalloc.c /src/dlmalloc.c
/tests/test_hashes /tests/test_hashes
doc/lua-api/_build doc/lua-api/_build