Skip to content

Commit 04ff3e8

Browse files
committed
More precise gitignore patterns
1 parent dc3031b commit 04ff3e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
target/
2-
Cargo.lock
1+
/target/
2+
/Cargo.lock

test_suite/no_std/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target/
2+
/Cargo.lock

0 commit comments

Comments
 (0)