StartRNR/.gitignore

14 lines
243 B
Plaintext
Raw Permalink Normal View History

2023-08-26 01:59:22 -04:00
# Generated by Cargo
# will have compiled files and executables
debug/
target/
2023-08-26 03:37:52 -04:00
.direnv/
2023-08-26 01:59:22 -04:00
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
2023-08-26 17:44:15 -04:00
result*