From e3e31212279f94d284c58ab83f7bd5c92b00b579 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Fri, 16 Sep 2022 15:44:57 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1844c4fcd..dc36969bd 100644 --- a/.gitignore +++ b/.gitignore @@ -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