浏览代码

Ignore list: added emscripten output

omar 7 年之前
父节点
当前提交
a765c83bad
共有 1 个文件被更改,包括 4 次插入0 次删除
  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