Skip to content

Commit 57ce6af

Browse files
committed
update gitingore for cargo emphemeral objects
1 parent f1f00a8 commit 57ce6af

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ libiconv-2.dll
2727
# fbuild local build artifacts
2828
.fbuild/
2929

30+
# Local cargo cache
31+
.cargo/.global-cache
32+
.cargo/.package-cache
33+
.cargo/.package-cache-mutate
34+
.cargo/registry/
35+
3036
# Cargo lock is checked in for binaries
3137
# (workspace contains binary crates)
3238
.loop

0 commit comments

Comments
 (0)