Skip to content

Commit 991c220

Browse files
committed
Update .gitignore
1 parent 1f0fb2e commit 991c220

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,31 @@ a.out.*
148148
.gitnexus
149149
.claude/
150150
.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

Comments
 (0)