Skip to content

Commit 6e04ead

Browse files
committed
Add opam local switch in gitignore
When using an opam local switch, ignoring the _opam directory prevents git from searching within it, reducing noise in search results. Signed-off-by: Guillaume <guillaume.thouvenin@vates.tech>
1 parent 18e93ff commit 6e04ead

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _coverage/
66
*.install
77
*.swp
88
compile_flags.txt
9+
_opam
910

1011
# tests
1112
xapi-db.xml

0 commit comments

Comments
 (0)