Skip to content

Commit f9e494d

Browse files
author
bors-servo
authored
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
2 parents 41135ca + 0f44036 commit f9e494d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cargo
22
target/
33
*~
4-
./bindgen-integration/Cargo.lock
5-
./tests/expectations/Cargo.lock
4+
bindgen-integration/Cargo.lock
5+
tests/expectations/Cargo.lock
66
#*#

0 commit comments

Comments
 (0)