Merge pull request #2161 from MaloJaffre/ignore_lock

Ignore Cargo.lock in .gitignore
This commit is contained in:
Oliver Schneider 2017-10-21 17:23:37 +02:00 committed by GitHub
commit 76bb82107d

1
.gitignore vendored
View file

@ -13,6 +13,7 @@ out
*.exe
# Generated by Cargo
Cargo.lock
/target/
/clippy_lints/target/