Tweak to accomodate for build* directories anywhere.

This commit is contained in:
ocornut 2023-07-10 12:15:00 +02:00
parent 140726d23f
commit 5ce636b0ba
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -8,7 +8,6 @@ imgui.ini
*.o
*.obj
*.exe
examples/build/*
examples/*/Debug/*
examples/*/Release/*
examples/*/x64/*
@ -30,7 +29,7 @@ ipch
JSON/
## Commonly used CMake directories
/build*/
build*/
## Xcode artifacts
project.xcworkspace