summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-03-15 15:16:39 +0200
committerYuval Adam <_@yuv.al>2019-03-15 15:16:39 +0200
commit6d64a43f2b3ff7ca685fff64427c84b81e659afa (patch)
treed35907262ea3659f3127e1697991b57f8621064a /.gitignore
Initial working build
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..8b6b607
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+/target
+**/*.rs.bk
+
+#Added by cargo
+#
+#already existing elements are commented out
+
+#/target
+#**/*.rs.bk
+Cargo.lock \ No newline at end of file