diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2020-03-25 17:31:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 17:31:40 -0700 |
commit | 91061dace07b74e0e1f9b44a81354af1882ca4bb (patch) | |
tree | 118a02aae36f965f48c2037e5d8a17f3694a39e9 /.gitignore | |
parent | 5ddda8d2e6a3287ff6adcd69493e1e1c8b6c3872 (diff) | |
download | binaryen-91061dace07b74e0e1f9b44a81354af1882ca4bb.tar.gz binaryen-91061dace07b74e0e1f9b44a81354af1882ca4bb.tar.bz2 binaryen-91061dace07b74e0e1f9b44a81354af1882ca4bb.zip |
Add TAGS to .gitignore (#2710)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b9fb4a53..6a51c13ef 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ Makefile *.pyc *~ *.diff +TAGS +tags # autogenerated during the build /src/passes/WasmIntrinsics.cpp |