diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-01-26 16:25:22 -0800 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-01-26 16:27:55 -0800 |
commit | 0f4403653ebe833cb70c79f58c53fe6d19b8d562 (patch) | |
tree | 77bab55ed5609f41919de93782b5813495efd6bc | |
parent | 41135ca8ee579a7481fdb52724cc774b8552d1e7 (diff) |
Fix .gitignore and extra crates' Cargo.lock files
The leading ./ breaks git, apparently.
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Cargo target/ *~ -./bindgen-integration/Cargo.lock -./tests/expectations/Cargo.lock +bindgen-integration/Cargo.lock +tests/expectations/Cargo.lock #*# |