From 7bc5f1891f77e53f5a4e6905e02e80c680c728c3 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Fri, 19 Jul 2019 11:21:32 -0700 Subject: Add more cmake files to gitignore (#2239) --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') 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/ -- cgit v1.2.3