add gitignore

This commit is contained in:
Christopher Moyer 2024-12-17 04:15:22 +00:00
commit 7d6b3458e7

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Rust rover
.idea
*.iml
config.toml