aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c1e49c2..14366f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,10 @@
-/target
-**/*.rs.bk
+# rust
+/target/
+/Cargo.lock
+
+# editor
*~
.*~
*.swp
+*.swo
+\#*#