Skip to content

Commit 0d1592d

Browse files
authored
Add opam local switch in gitignore (xapi-project#6364)
When using an opam local switch, ignoring the _opam directory prevents git from searching within it, reducing noise in search results.
2 parents fef11a3 + 6e04ead commit 0d1592d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)