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:
parent
a3b053df86
commit
8c9ce617c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
tags
|
tags
|
||||||
.dbg_history
|
.dbg_history
|
||||||
**/**/dlv
|
**/**/dlv
|
||||||
|
!cmd/dlv/
|
||||||
.vagrant
|
.vagrant
|
||||||
**/*.swp
|
**/*.swp
|
||||||
localtests
|
localtests
|
||||||
|
Loading…
Reference in New Issue
Block a user