about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b91e3fd..3d77d1f 100755
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,14 @@ com.lakoliu.Furtherance.json~
 src/config.rs
 /.flatpak
 /.vscode
-/target
\ No newline at end of file
+
+# Generated by Cargo
+# will have compiled files and executables
+debug/
+target/
+
+# These are backup files generated by rustfmt
+**/*.rs.bk
+
+# MSVC Windows builds of rustc generate these, which store debugging information
+*.pdb
\ No newline at end of file