summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2018-10-04 21:34:29 +0200
committerGitHub <noreply@github.com>2018-10-04 21:34:29 +0200
commit5f131d0413f7dbc8e8fec5db9425e1e432801558 (patch)
tree83218f486fc0f8059e0262a3db0357627a13fd73 /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..088ba6b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# 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
+
+# These are backup files generated by rustfmt
+**/*.rs.bk