From 035fb78d6cabeb1925e8e36a1b0e1b65c5834bdf Mon Sep 17 00:00:00 2001 From: Gino Valente <49806985+MrGVSV@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:37:29 -0700 Subject: [PATCH] compile_fail_utils: Ignore `target` directory (#14829) # Objective The `target` directory in `/tools/compile_fail_utils` was not being ignored by Git. ## Solution Added `/tools/compile_fail_utils/target` to the root `.gitignore` in the same spirit as the other top-level, workspace-excluded crate: `benches`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index db8ddeb9d0..2fab476252 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ Cargo.lock /.idea /.vscode /benches/target +/tools/compile_fail_utils/target dxcompiler.dll dxil.dll