This commit is contained in:
Hartmut Seichter 2022-11-17 23:18:30 +01:00
parent 348d7dce45
commit ee31137795
6 changed files with 120 additions and 16 deletions

16
.gitignore vendored
View file

@ -1,5 +1,17 @@
# Rust
/target
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Visual Studio Code