mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
rust: move Cargo.toml to the root
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -18,3 +18,14 @@ dist/
|
||||
|
||||
# for the gitingest enthusiasts
|
||||
digest.txt
|
||||
|
||||
# Rust
|
||||
target/
|
||||
## These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
## MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
## Generated by cargo mutants
|
||||
## Contains mutation testing data
|
||||
**/mutants.out*/
|
||||
|
||||
Reference in New Issue
Block a user