From 4268555dfd7887ff1110fb02717807f42616125e Mon Sep 17 00:00:00 2001 From: Dominic Chen Date: Mon, 1 Aug 2016 20:36:43 -0700 Subject: update gitignore for autogenerated test files (#657) --- .gitignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 16900655c..205510637 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,20 @@ lib/libbinaryen.dylib *.a *~ *.diff + +# autogenerated files by check.py a.* b.* +ab.wast +actual.out +example.o +split.wast +trace.cpp +test/local-revision +test/wasm-binaries-*.tbz2 +test/wasm-torture-s-*.tbz2 +test/wasm-install/ + *.pyc CMakeFiles/ CMakeCache.txt @@ -20,9 +32,6 @@ cmake_install.cmake *.ninja .ninja_deps .ninja_log -test/wasm-binaries-*.tbz2 -test/wasm-torture-s-*.tbz2 -test/wasm-install/ .vs/ *.vcxproj* -- cgit v1.2.3