imgui/examples/.gitignore

26 lines
355 B
Plaintext
Raw Normal View History

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