1
0
mirror of https://gitlab.com/MisterBiggs/aoc2021.git synced 2025-08-02 03:11:23 +00:00

kill rust junk

This commit is contained in:
2021-11-30 22:52:26 -07:00
parent 5f1371412f
commit 6b57a0330a
112 changed files with 14 additions and 39 deletions

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