Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #434 from ethcore/cargo-lock
Browse files Browse the repository at this point in the history
preserving root cargo lock
  • Loading branch information
Gav Wood committed Feb 14, 2016
2 parents c1ab00d + 3c82e48 commit 5b6e47c
Show file tree
Hide file tree
Showing 3 changed files with 811 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
# Executables
*.exe

Cargo.lock
# Cargo lock in subs
**/Cargo.lock

# Generated by Cargo
**/target/
Expand All @@ -24,4 +25,4 @@ Cargo.lock
/json-tests/target/

# jetbrains ide stuff
.idea
.idea

0 comments on commit 5b6e47c

Please sign in to comment.