Skip to content

Commit 0f44036

Browse files
committed
Fix .gitignore and extra crates' Cargo.lock files
The leading ./ breaks git, apparently.
1 parent 41135ca commit 0f44036

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)