From f4453bc6bda5742a804732e3212c284272374623 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 15 Aug 2023 09:01:18 -0700 Subject: [PATCH] Ignore cargo-generated .package-cache file Cargo seems to create this if CARGO_HOME is set, as done by reindeer. --- third-party/.cargo/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/third-party/.cargo/.gitignore b/third-party/.cargo/.gitignore index 91cc9cae2..9cc828aa8 100644 --- a/third-party/.cargo/.gitignore +++ b/third-party/.cargo/.gitignore @@ -1 +1,2 @@ +/.package-cache /config.toml