From: Amaury Denoyelle Date: Tue, 16 Aug 2022 09:13:59 +0000 (+0200) Subject: CLEANUP: exclude haring with .gitignore X-Git-Tag: v2.7-dev4~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b8f477da50e7656e4633225e60e4d22602fb351;p=thirdparty%2Fhaproxy.git CLEANUP: exclude haring with .gitignore haring is a new utility to decode file-backed rings. It is compiled in dev/ directory and so the binary should be specified in .gitignore to not clutter git status output. --- diff --git a/.gitignore b/.gitignore index a2776883ee..1844c4fcda 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ dev/base64/base64rev-gen dev/flags/flags dev/poll/poll dev/tcploop/tcploop +dev/haring/haring dev/hpack/decode dev/hpack/gen-rht dev/qpack/decode