updated gitignore
This commit is contained in:
parent
3d179146b7
commit
011f48e9e6
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,22 +1,11 @@
|
|||||||
# Generated build directory
|
|
||||||
/target/
|
/target/
|
||||||
|
|
||||||
# Cargo’s lock file (uncomment if you’re publishing a library; otherwise keep it committed)
|
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
|
|
||||||
# If you use rustfmt’s override file
|
|
||||||
/override.toml
|
/override.toml
|
||||||
|
|
||||||
# If you use sccache for caching
|
|
||||||
/.cache/sccache/
|
/.cache/sccache/
|
||||||
|
|
||||||
# If you build with Cargo’s check --unit-graph (creates a unit-graph.json)
|
|
||||||
/unit-graph.json
|
/unit-graph.json
|
||||||
|
|
||||||
# IDE/editor temporary files (optional)
|
|
||||||
/**/*.rs.bk
|
/**/*.rs.bk
|
||||||
**/*.rs.orig
|
**/*.rs.orig
|
||||||
**/*.rs.rej
|
**/*.rs.rej
|
||||||
**/*~
|
**/*~
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user