Browse Source

Ignore list: added emscripten output

omar 7 năm trước cách đây
mục cha
commit
a765c83bad
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      examples/.gitignore

+ 4 - 0
examples/.gitignore

@@ -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