aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6103465..f8d3571 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,15 @@
+# Rust files #
+######################
/target
swap.ron
config.ron
-/.idea
+
+# OS generated files #
+######################
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+ehthumbs.db
+Thumbs.db \ No newline at end of file