diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d89e5b12035f..1e210142c8a3 100644 --- a/.gitignore +++ b/.gitignore @@ -175,3 +175,9 @@ LibreOffice.VC.VC.opendb # vim-ide-integration /compile_commands.json + +# Some emscripten configure artifacts +/a.out +/a.wasm +/a.out.js +/a.out.wasm |