소스 검색

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