mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Ignore list: added emscripten output
This commit is contained in:
parent
ddb09c6011
commit
a765c83bad
1 changed files with 4 additions and 0 deletions
4
examples/.gitignore
vendored
4
examples/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue