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:
parent
bbeec37b31
commit
7b8f477da5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue