aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-10 15:59:17 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-10 15:59:17 +0200
commitd416423b4dfca03c99b20fcfa7df8473e13a2fd9 (patch)
treea6de05df987e26df9d8b6998051f9bfba9825a3d /.gitignore
parenta1c7628c6b062274625f75772561686516676ea7 (diff)
downloadmum-d416423b4dfca03c99b20fcfa7df8473e13a2fd9.tar.gz
Added gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8c88100
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Created by https://www.toptal.com/developers/gitignore/api/rust
+# Edit at https://www.toptal.com/developers/gitignore?templates=rust
+
+### Rust ###
+# Generated by Cargo
+# will have compiled files and executables
+/target/
+
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
+Cargo.lock
+
+# End of https://www.toptal.com/developers/gitignore/api/rust