Skip to content

Commit 5ac7163

Browse files
committed
update .gitignore
1 parent bb52c31 commit 5ac7163

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ cache/
7979
**/.vscode/*
8080
.DS_Store
8181
**/.vs/*
82+
/.helix
83+
/compile_commands.json
8284

8385
ortools/linear_solver/lpi_glop.cc
8486

@@ -106,3 +108,6 @@ CMakeFiles
106108
DartConfiguration.tcl
107109
*build*/*
108110
build/
111+
112+
# Ignore Bzlmod lock file until it is more stable
113+
MODULE.bazel.lock

0 commit comments

Comments
 (0)