From 8c9ce617c9d005363361be4e2eb5be967c499458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Sat, 6 May 2023 00:59:43 +0800 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index adbd0ac9..d25c552a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ tags .dbg_history **/**/dlv +!cmd/dlv/ .vagrant **/*.swp localtests