summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2016-08-01 20:36:43 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-08-01 20:36:43 -0700
commit4268555dfd7887ff1110fb02717807f42616125e (patch)
treefa41ada9927093af6c69d01e407fc328e55b2544 /.gitignore
parentcffbc4bc36f5e5f53e34f16ba4e687fdf130131d (diff)
downloadbinaryen-4268555dfd7887ff1110fb02717807f42616125e.tar.gz
binaryen-4268555dfd7887ff1110fb02717807f42616125e.tar.bz2
binaryen-4268555dfd7887ff1110fb02717807f42616125e.zip
update gitignore for autogenerated test files (#657)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 12 insertions, 3 deletions
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*