We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b5c1d commit 7bc5f18Copy full SHA for 7bc5f18
1 file changed
.gitignore
@@ -24,17 +24,17 @@ test/validator/*.wasm
24
*.map
25
26
# files related to building in-tree
27
-/CMakeFiles/
+CMakeFiles
28
+*.cmake
29
/CMakeCache.txt
30
/Makefile
-/cmake_install.cmake
31
/*.ninja
32
/.ninja_deps
33
/.ninja_log
34
/bin/
35
/lib/
36
37
-# files related to bulding in-tree on windows
+# files related to bulding in-tree on windows
38
/.vs/
39
/*.vcxproj*
40
/*.dir/
0 commit comments