Skip to content

Commit

Permalink
compile_fail_utils: Ignore target directory (#14829)
Browse files Browse the repository at this point in the history
# 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`.
  • Loading branch information
MrGVSV authored Aug 19, 2024
1 parent 2b4180c commit 035fb78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Cargo.lock
/.idea
/.vscode
/benches/target
/tools/compile_fail_utils/target
dxcompiler.dll
dxil.dll

Expand Down

0 comments on commit 035fb78

Please sign in to comment.