Skip to content

Commit 7bc5f18

Browse files
authored
Add more cmake files to gitignore (#2239)
1 parent 59b5c1d commit 7bc5f18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ test/validator/*.wasm
2424
*.map
2525

2626
# files related to building in-tree
27-
/CMakeFiles/
27+
CMakeFiles
28+
*.cmake
2829
/CMakeCache.txt
2930
/Makefile
30-
/cmake_install.cmake
3131
/*.ninja
3232
/.ninja_deps
3333
/.ninja_log
3434
/bin/
3535
/lib/
3636

37-
# files related to bulding in-tree on windows
37+
# files related to bulding in-tree on windows
3838
/.vs/
3939
/*.vcxproj*
4040
/*.dir/

0 commit comments

Comments
 (0)