imgui/examples/.gitignore

39 lines
482 B
Plaintext
Raw Normal View History

build/*
2018-02-22 01:13:53 +03:00
*/Debug/*
*/Release/*
*/x64/*
*.o
*.obj
*.exe
## Visual Studio cruft
.vs/*
*/ipch/*
*.opensdf
*.log
2015-11-17 00:03:13 +03:00
*.pdb
2016-08-20 14:30:42 +03:00
*.ilk
*.user
*.sdf
*.suo
*.VC.db
*.VC.VC.opendb
2015-01-20 03:04:34 +03:00
## Xcode cruft
.DS_Store
project.xcworkspace
xcuserdata
2018-07-03 16:57:34 +03:00
## Emscripten output
*.out.js
*.out.wasm
2018-02-22 01:13:53 +03: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-22 01:13:53 +03:00
## Dear ImGui Ini files
2015-01-20 03:04:34 +03:00
imgui.ini