From: Georgi Gerganov Date: Tue, 3 Dec 2024 18:29:32 +0000 (+0200) Subject: files : remove make artifacts X-Git-Tag: upstream/0.0.1642~102 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4d7092b9e753a58ef72b9e990bea9f42cd677d43;p=pkg%2Fggml%2Fsources%2Fggml files : remove make artifacts --- diff --git a/.gitignore b/.gitignore index 9221c514..4bf0fa09 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ zig-out/ zig-cache/ *.o +*.d *.dot *.sw? diff --git a/src/ggml-cpu/amx/amx.d b/src/ggml-cpu/amx/amx.d deleted file mode 100644 index bc06e474..00000000 --- a/src/ggml-cpu/amx/amx.d +++ /dev/null @@ -1,6 +0,0 @@ -ggml/src/ggml-cpu/amx/amx.o: ggml/src/ggml-cpu/amx/amx.cpp \ - ggml/src/ggml-cpu/amx/amx.h ggml/include/ggml-backend.h \ - ggml/include/ggml.h ggml/include/ggml-alloc.h \ - ggml/src/ggml-cpu/ggml-cpu-impl.h ggml/src/ggml-impl.h \ - ggml/src/ggml-cpu/amx/common.h ggml/src/ggml-cpu/amx/mmq.h \ - ggml/src/ggml-backend-impl.h ggml/include/ggml-cpu.h diff --git a/src/ggml-cpu/amx/mmq.d b/src/ggml-cpu/amx/mmq.d deleted file mode 100644 index ea0e306c..00000000 --- a/src/ggml-cpu/amx/mmq.d +++ /dev/null @@ -1,7 +0,0 @@ -ggml/src/ggml-cpu/amx/mmq.o: ggml/src/ggml-cpu/amx/mmq.cpp \ - ggml/src/ggml-cpu/amx/amx.h ggml/include/ggml-backend.h \ - ggml/include/ggml.h ggml/include/ggml-alloc.h \ - ggml/src/ggml-cpu/ggml-cpu-impl.h ggml/src/ggml-impl.h \ - ggml/src/ggml-cpu/amx/mmq.h ggml/src/ggml-cpu/amx/common.h \ - ggml/src/ggml-cpu/ggml-cpu-quants.h ggml/src/ggml-common.h \ - ggml/src/ggml-quants.h