.gitignore 426 B

1234567891011121314151617181920
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. debug/
  4. target/
  5. # These are backup files generated by rustfmt
  6. **/*.rs.bk
  7. # MSVC Windows builds of rustc generate these, which store debugging information
  8. *.pdb
  9. # Added by cargo
  10. /target
  11. # Advent of Code
  12. # @see https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3
  13. /src/inputs
  14. !/src/inputs/.keep