1
Fork 0

Add Rust gitignore

This commit is contained in:
Steffo 2024-11-09 00:37:05 +01:00
parent ae72c7687e
commit f11f01a93b
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# 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