From: Amaury Denoyelle Date: Fri, 16 Sep 2022 13:44:57 +0000 (+0200) Subject: CLEANUP: exclude udp-perturb with .gitignore X-Git-Tag: v2.7-dev6~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3e31212279f94d284c58ab83f7bd5c92b00b579;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/.gitignore b/.gitignore index 1844c4fcda..dc36969bd4 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