Skip to content

Commit d7cba77

Browse files
committed
gitignore
1 parent 051fcac commit d7cba77

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,5 @@ llama.pc
173173
ggml/ggml-config.cmake
174174
ggml/ggml-version.cmake
175175
tests/libgguf-model-data.a
176+
*.a
177+
tests/cmake_install.cmake

tests/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
ggml-common.h
66
**/*.swp
77
!peg-parser
8+
9+
cmake_install.cmake
10+
CTestTestfile.cmake
11+
*.a

0 commit comments

Comments
 (0)