interpreter-rust/.gitignore
2024-09-23 17:09:10 +02:00

20 lines
311 B
Plaintext

# 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
# lox test file and other
test.lox
other.lox
tarpaulin-report.html
.idea/
**/*.xml