1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
bobbylisp/.gitignore

14 lines
267 B
Plaintext
Raw Normal View History

2022-03-11 18:20:49 -06:00
# 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
2022-03-11 21:38:18 -06:00
*.pdb
# Generated by the compiler
/*.cpp
/*.out