chore: don't ignore directory cmd/dlv (#3359)

Currently, cmd/dlv is ignored, breaks tools which read the gitignore
file. For example, rg can't search files under cmd/dlv.
This commit is contained in:
罗泽轩 2023-05-06 00:59:43 +08:00 committed by GitHub
parent a3b053df86
commit 8c9ce617c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -3,6 +3,7 @@
tags tags
.dbg_history .dbg_history
**/**/dlv **/**/dlv
!cmd/dlv/
.vagrant .vagrant
**/*.swp **/*.swp
localtests localtests