summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2c2fd6c..21d9745 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/