mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
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 changed files with 1 additions and 0 deletions
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…
Add table
Reference in a new issue