diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-01-26 16:29:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-26 16:29:28 -0800 |
commit | f9e494d02096677fec5029484db8c8758e1fcb30 (patch) | |
tree | 77bab55ed5609f41919de93782b5813495efd6bc | |
parent | 41135ca8ee579a7481fdb52724cc774b8552d1e7 (diff) | |
parent | 0f4403653ebe833cb70c79f58c53fe6d19b8d562 (diff) |
Auto merge of #449 - fitzgen:fix-gitignore-and-cargo-locks, r=emilio
Fix .gitignore and extra crates' Cargo.lock files
The leading ./ breaks git, apparently. At least, they were still showing up as untracked files when I did git status.
r? @emilio or @Yamakaky
-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 #*# |