Files
adventofcode/.gitignore
2025-12-01 00:08:17 +01:00

15 lines
277 B
Plaintext

input.txt
2025/debug
2025/target
2025/inputs/*.txt
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/