]> git.proxmox.com Git - cargo.git/commit
Auto merge of #2390 - vi:conditionalize_adding_cargo_lock_to_gitignore, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 17 Feb 2016 19:23:14 +0000 (19:23 +0000)
committerbors <bors@rust-lang.org>
Wed, 17 Feb 2016 19:23:14 +0000 (19:23 +0000)
commitb8d274fe18f1a798fd3f8faf94bb6c5f2b2e0313
tree6eae243777184cf4188373c570df3f0777c03d35
parentefc74a636021c35276d3c507715967ae9cc7970b
parente7fb7ff0c6579e268cb918cc7350540dd4b3e79a
Auto merge of #2390 - vi:conditionalize_adding_cargo_lock_to_gitignore, r=alexcrichton

For cargo new, it depends on --bin option

For cargo init, it depends on detected files
(--bin option may be used or may be ignored)

No tests conver this code so far.