Bläddra i källkod

Initial commit

Michael Mächtel 8 år sedan
incheckning
10d6cdb1c8
2 ändrade filer med 11 tillägg och 0 borttagningar
  1. 10
    0
      .gitignore
  2. 1
    0
      README.md

+ 10
- 0
.gitignore Visa fil

@@ -0,0 +1,10 @@
1
+# Generated by Cargo
2
+# will have compiled files and executables
3
+/target/
4
+
5
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6
+# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
7
+Cargo.lock
8
+
9
+# These are backup files generated by rustfmt
10
+**/*.rs.bk

+ 1
- 0
README.md Visa fil

@@ -0,0 +1 @@
1
+# bsys-ws17-template

Laddar…
Avbryt
Spara