mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-22 21:05:16 +00:00
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
|
# Created by https://www.gitignore.io/api/rust
|
||
|
# Edit at https://www.gitignore.io/?templates=rust
|
||
|
|
||
|
### Rust ###
|
||
|
# Generated by Cargo
|
||
|
# will have compiled files and executables
|
||
|
/target/
|
||
|
|
||
|
# These are backup files generated by rustfmt
|
||
|
**/*.rs.bk
|
||
|
|
||
|
# End of https://www.gitignore.io/api/rust
|