1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00

Ignore list: added emscripten output

This commit is contained in:
omar 2018-07-03 15:57:34 +02:00
parent ddb09c6011
commit a765c83bad

4
examples/.gitignore vendored
View File

@ -21,6 +21,10 @@ build/*
project.xcworkspace
xcuserdata
## Emscripten output
*.out.js
*.out.wasm
## Unix executables
example_glfw_opengl2/example_glfw_opengl2
example_glfw_opengl3/example_glfw_opengl3