Rust.gitignore 605 B

1234567891011121314151617
  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. # RustRover
  10. # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
  11. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  12. # and can be added to the global gitignore or merged into this file. For a more nuclear
  13. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  14. #.idea/