diff options
author | Ben Smith <binjimin@gmail.com> | 2017-03-17 13:56:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-17 13:56:09 -0700 |
commit | 2702f8575658dcf3f7d75fedbf1b0eeb163eb075 (patch) | |
tree | e1f7fe3a851445d9b8b70f414127d76b20c4f07e /.gitignore | |
parent | b81a0ad2140cdbdb2e0a148ce18d0b23e9cd11f5 (diff) | |
download | wabt-2702f8575658dcf3f7d75fedbf1b0eeb163eb075.tar.gz wabt-2702f8575658dcf3f7d75fedbf1b0eeb163eb075.tar.bz2 wabt-2702f8575658dcf3f7d75fedbf1b0eeb163eb075.zip |
Add install target to Makefile (#355)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,5 @@ -.gclient_entries +/bin /out -/third_party/gecko-dev* -/third_party/v8/depot_tools /fuzz-out /emscripten *.pyc |