From: Georgi Gerganov Date: Thu, 8 Feb 2024 07:46:47 +0000 (+0200) Subject: tests : .gitignore obj files X-Git-Tag: upstream/0.0.4488~2390 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8504d2d0da8cc7a1f2eee0e9e56949f960510b75;p=pkg%2Fggml%2Fsources%2Fllama.cpp tests : .gitignore obj files --- diff --git a/tests/.gitignore b/tests/.gitignore index 092dce74..9427cf13 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,3 @@ * !*.* -test-c.o +*.o