From 57106c5c32e8259b81960f672b7c6dd6a5cbc55e Mon Sep 17 00:00:00 2001 From: ddidderr Date: Fri, 10 Jul 2026 20:07:17 +0200 Subject: [PATCH] chore(rust): ignore Cargo target artifacts Keep local Rust build outputs out of the migration diff. The static archive is rebuilt by the validation workflow and must not be tracked as source. Test Plan: - git check-ignore -v rust/target Refs: rust/README.md --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4b50bb186..c80746c73 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ cmakebuild/ install/ # Build artefacts +/rust/target/ contrib/linux-kernel/linux/ projects/ bin/