We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0fb2e commit 991c220Copy full SHA for 991c220
1 file changed
.gitignore
@@ -148,3 +148,31 @@ a.out.*
148
.gitnexus
149
.claude/
150
.agent.md
151
+
152
+# cmake root-level build artifacts
153
+/CMakeFiles/
154
+/CMakeCache.txt
155
+/CTestTestfile.cmake
156
+/DartConfiguration.tcl
157
+/cmake_install.cmake
158
+/bin/
159
+/CPackConfig.cmake
160
+/CPackSourceConfig.cmake
161
+*.so
162
+*.so.*
163
164
+# nested cmake build artifacts
165
+**/CMakeFiles/
166
+**/cmake_install.cmake
167
+**/CTestTestfile.cmake
168
+**/Makefile
169
+compile_commands.json
170
+error.txt
171
+license.cpp
172
+llama.pc
173
+ggml/ggml-config.cmake
174
+ggml/ggml-version.cmake
175
+tests/libgguf-model-data.a
176
+*.a
177
+tests/cmake_install.cmake
178
+*.cmake
0 commit comments