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:
parent
d1310f8d32
commit
e3e3121227
|
@ -51,6 +51,7 @@ dev/haring/haring
|
|||
dev/hpack/decode
|
||||
dev/hpack/gen-rht
|
||||
dev/qpack/decode
|
||||
dev/udp/udp-perturb
|
||||
/src/dlmalloc.c
|
||||
/tests/test_hashes
|
||||
doc/lua-api/_build
|
||||
|
|
Loading…
Reference in New Issue