This commit is contained in:
Daniel S. 2022-12-01 18:42:48 +01:00
parent 2b7a4d97fd
commit f9b3e9214b
6 changed files with 54 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,9 +1,11 @@
.history/
# ---> Rust
# 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
@ -14,3 +16,5 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# AoC
input/