Skip to content

Commit ed62817

Browse files
committed
Fix gitignore of goto-bmc
We were ignoring the entire directory instead of just the binaries built in there.
1 parent 547b1a8 commit ed62817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ src/cprover/cprover
115115
src/crangler/crangler
116116
src/goto-analyzer/goto-analyzer
117117
src/goto-analyzer/goto-analyzer.exe
118-
src/goto-bmc
119-
src/goto-bmc.exe
118+
src/goto-bmc/goto-bmc
119+
src/goto-bmc/goto-bmc.exe
120120
src/goto-cc/goto-cc
121121
src/goto-cc/goto-gcc
122122
src/goto-cc/goto-ld

0 commit comments

Comments
 (0)