Skip to content

Commit

Permalink
Add .cargo to gitignore (#541)
Browse files Browse the repository at this point in the history
To use a specific version of MLIR, it is useful to set the corresponding
environment variable in `.cargo/config.toml`. In order to use this while
working in melior, I think it makes sense to gitignore the `.cargo`
directory. This can be reverted if the project ever needs to set it to
something specific.

Co-authored-by: Yota Toyama <[email protected]>
  • Loading branch information
Moxinilian and raviqqe authored Dec 3, 2024
1 parent 4cc6a7f commit dbc305b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
.cargo

0 comments on commit dbc305b

Please sign in to comment.