From a765c83bada1627bde76a97d1e8f40a01098b539 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 3 Jul 2018 15:57:34 +0200 Subject: [PATCH] Ignore list: added emscripten output --- examples/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/.gitignore b/examples/.gitignore index d5786ab8..9ce332bc 100644 --- a/examples/.gitignore +++ b/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