From 7b8f477da50e7656e4633225e60e4d22602fb351 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Tue, 16 Aug 2022 11:13:59 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a2776883e..1844c4fcd 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