diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +# 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*/ + # All temp directory **/.temp/ @@ -5,4 +15,4 @@ /.idea/ # Obsidian directory -/.obsidian/
\ No newline at end of file +/.obsidian/ |
