소스 검색

Merge pull request #1752 from waynenilsen/patch-1

add Cargo.lock to gitignore file by default
Brendan Forster 9 년 전
부모
커밋
ac5cd42a92
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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