tailhook / rust-argparse

The command-line argument parser library for rust
MIT License
240 stars 39 forks source link

Added Cargo.lock to .gitignore #12

Closed teotwaki closed 9 years ago

teotwaki commented 9 years ago

Hi,

This PR ignores the Cargo.lock, as discussed in rust-lang/cargo#315. The recommendation seems to be that libraries should ignore the Cargo.lock file, whereas applications/binaries should track it.

tailhook commented 9 years ago

Applied. Thanks!