Skip to content

Commit 71f6c93

Browse files
authored
flambda-backend: Add the "debugger4/" files to .gitignore (#2065)
Add the "debugger4/" files to .gitignore.
1 parent 865a42b commit 71f6c93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ META
9292
/debugger/debugger_parser.output
9393
/debugger/ocamldebug
9494

95+
/debugger4/debugger_lexer.ml
96+
/debugger4/debugger_parser.ml
97+
/debugger4/debugger_parser.mli
98+
/debugger4/debugger_parser.output
99+
/debugger4/ocamldebug
100+
95101
/emacs/ocamltags
96102
/emacs/*.elc
97103

0 commit comments

Comments
 (0)