2015-08-28 10:44:04 +02:00
|
|
|
# Generated by Cargo
|
2017-03-15 13:30:00 +01:00
|
|
|
# will have compiled files and executables
|
2020-09-02 18:57:08 +02:00
|
|
|
debug/
|
|
|
|
target/
|
2017-03-15 13:30:00 +01:00
|
|
|
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
2018-11-03 23:06:09 +01:00
|
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
2017-03-15 13:30:00 +01:00
|
|
|
Cargo.lock
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
2021-05-16 02:25:04 +02:00
|
|
|
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
|
|
*.pdb
|
2024-06-03 02:27:17 +02:00
|
|
|
|
|
|
|
# RustRover
|
|
|
|
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
|
|
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
|
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
|
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
|
|
#.idea/
|