From 43c65dbb79e37dafdf370d0b1e3c349507a0c9f9 Mon Sep 17 00:00:00 2001 From: Anik Bhattacharjee Date: Wed, 15 Dec 2021 11:50:06 -0500 Subject: [PATCH] (.gitignore): Do not ignore debug/ In PR #888, there's vendoring of the cel-go package, one of which is named "debug" (github.com/google/cel-go/common/debug). Due to the .gitignore file ignoring all [Dd]bug folders, the vendored package isn't being checked in by git, causing the build to fail. This PR removes the instruction to ignore [Dd]bug/ folders. Signed-off-by: Anik Bhattacharjee --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe176ef93..686291538 100644 --- a/.gitignore +++ b/.gitignore @@ -179,7 +179,6 @@ tags *.userprefs # Build results -[Dd]ebug/ [Dd]ebugPublic/ x64/ x86/