1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-17 04:17:17 +01:00
imgui/examples/.gitignore

26 lines
335 B
Plaintext
Raw Normal View History

build/*
2018-02-21 23:13:53 +01:00
*/Debug/*
*/Release/*
*/ipch/*
*/x64/*
2015-01-20 01:04:34 +01:00
*.opensdf
*.sdf
*.suo
*.vcxproj.user
*.o
*.obj
*.exe
2015-11-16 22:03:13 +01:00
*.pdb
2016-08-20 13:30:42 +02:00
*.ilk
*.VC.db
*.VC.VC.opendb
2015-01-20 01:04:34 +01:00
2018-02-21 23:13:53 +01:00
## Unix executables
opengl2_example/opengl2_example
opengl3_example/opengl3_example
sdl_opengl2_example/sdl_opengl2_example
sdl_opengl3_example/sdl_opengl3_example
## Dear ImGui Ini files
2015-01-20 01:04:34 +01:00
imgui.ini