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

3
.gitignore vendored
View File

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