diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-07-19 11:21:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-19 11:21:32 -0700 |
commit | 7bc5f1891f77e53f5a4e6905e02e80c680c728c3 (patch) | |
tree | e33ae14523ffeacf11cd45ff2af4cffc4e202320 /.gitignore | |
parent | 59b5c1d7869822d85477e227fd51891fd8445e7c (diff) | |
download | binaryen-7bc5f1891f77e53f5a4e6905e02e80c680c728c3.tar.gz binaryen-7bc5f1891f77e53f5a4e6905e02e80c680c728c3.tar.bz2 binaryen-7bc5f1891f77e53f5a4e6905e02e80c680c728c3.zip |
Add more cmake files to gitignore (#2239)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index c02064bae..5dbfd358a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,17 +24,17 @@ test/validator/*.wasm *.map # files related to building in-tree -/CMakeFiles/ +CMakeFiles +*.cmake /CMakeCache.txt /Makefile -/cmake_install.cmake /*.ninja /.ninja_deps /.ninja_log /bin/ /lib/ -# files related to bulding in-tree on windows +# files related to bulding in-tree on windows /.vs/ /*.vcxproj* /*.dir/ |