Explorar o código

Merge pull request #1752 from waynenilsen/patch-1

add Cargo.lock to gitignore file by default
Brendan Forster %!s(int64=9) %!d(string=hai) anos
pai
achega
ac5cd42a92
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Rust.gitignore

+ 4 - 0
Rust.gitignore

@@ -9,3 +9,7 @@
 
 # Generated by Cargo
 /target/
+
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
+# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
+Cargo.lock