Ignore serde2/Cargo.lock in git

This commit is contained in:
Thomas Bahn 2015-02-06 22:57:50 +01:00
parent f18c28161d
commit 648ae2e3a3
2 changed files with 1 additions and 17 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target/ /target/
/Cargo.lock /Cargo.lock
/serde2/Cargo.lock

17
serde2/Cargo.lock generated
View File

@ -1,17 +0,0 @@
[root]
name = "serde2"
version = "0.1.0"
dependencies = [
"rustc-serialize 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde2_macros 0.1.0",
]
[[package]]
name = "rustc-serialize"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde2_macros"
version = "0.1.0"