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:
parent
2b4180ca8f
commit
035fb78d6c
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ Cargo.lock
|
||||
/.idea
|
||||
/.vscode
|
||||
/benches/target
|
||||
/tools/compile_fail_utils/target
|
||||
dxcompiler.dll
|
||||
dxil.dll
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user