Add Cargo.lock to .gitignore

As we are a library it is good to not fixate ourselves on specific versions,
but rather use given ranges in the Cargo.toml.
This commit is contained in:
Marcel Müller 2016-01-22 18:30:15 +01:00
parent 2ccd7a5065
commit 3e60042c08
No known key found for this signature in database
GPG key ID: DD4ED37D0CAC76E2

1
.gitignore vendored
View file

@ -1 +1,2 @@
target target
Cargo.lock