Tweak to accomodate for build* directories anywhere.

features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=2 years)
parent 140726d23f
commit 5ce636b0ba
  1. 3
      .gitignore

3
.gitignore vendored

@ -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

Loading…
Cancel
Save