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.
This commit is contained in:
Amaury Denoyelle 2022-08-16 11:13:59 +02:00
parent bbeec37b31
commit 7b8f477da5
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -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