Skip to content

Commit

Permalink
(.gitignore): Do not ignore debug/
Browse files Browse the repository at this point in the history
In PR operator-framework#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 <anikbhattacharya93@gmail.com>
  • Loading branch information
anik120 committed Dec 15, 2021
1 parent acaac87 commit 43c65db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ tags
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
x64/
x86/
Expand Down

0 comments on commit 43c65db

Please sign in to comment.