mirror of https://github.com/ocornut/imgui.git
ocornut
10 years ago
2 changed files with 28 additions and 22 deletions
@ -1,23 +1 @@ |
|||||
## Visual Studio files |
|
||||
examples/Debug/* |
|
||||
examples/Release/* |
|
||||
examples/ipch/* |
|
||||
examples/directx9_example/Debug/* |
|
||||
examples/directx9_example/Release/* |
|
||||
examples/directx9_example/ipch/* |
|
||||
examples/directx11_example/Debug/* |
|
||||
examples/directx11_example/Release/* |
|
||||
examples/directx11_example/ipch/* |
|
||||
examples/opengl_example/Debug/* |
|
||||
examples/opengl_example/Release/* |
|
||||
examples/opengl_example/ipch/* |
|
||||
examples/opengl3_example/Debug/* |
|
||||
examples/opengl3_example/Release/* |
|
||||
examples/opengl3_example/ipch/* |
|
||||
*.opensdf |
|
||||
*.sdf |
|
||||
*.suo |
|
||||
*.vcxproj.user |
|
||||
|
|
||||
## Ini files |
|
||||
imgui.ini |
imgui.ini |
||||
|
@ -0,0 +1,28 @@ |
|||||
|
## Visual Studio files |
||||
|
Debug/* |
||||
|
Release/* |
||||
|
ipch/* |
||||
|
x64/* |
||||
|
directx9_example/Debug/* |
||||
|
directx9_example/Release/* |
||||
|
directx9_example/ipch/* |
||||
|
directx9_example/x64/* |
||||
|
directx11_example/Debug/* |
||||
|
directx11_example/Release/* |
||||
|
directx11_example/ipch/* |
||||
|
directx11_example/x64/* |
||||
|
opengl_example/Debug/* |
||||
|
opengl_example/Release/* |
||||
|
opengl_example/ipch/* |
||||
|
opengl_example/x64/* |
||||
|
opengl3_example/Debug/* |
||||
|
opengl3_example/Release/* |
||||
|
opengl3_example/ipch/* |
||||
|
opengl3_example/x64/* |
||||
|
*.opensdf |
||||
|
*.sdf |
||||
|
*.suo |
||||
|
*.vcxproj.user |
||||
|
|
||||
|
## Ini files |
||||
|
imgui.ini |
Loading…
Reference in new issue