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`.
This commit is contained in:
Gino Valente 2024-08-19 16:37:29 -07:00 committed by GitHub
parent 2b4180ca8f
commit 035fb78d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ Cargo.lock
/.idea
/.vscode
/benches/target
/tools/compile_fail_utils/target
dxcompiler.dll
dxil.dll