From ae7501f93285c030251aaf56f224bea178447f3c Mon Sep 17 00:00:00 2001
From: fszontagh <szf@fsociety.hu>
Date: Sat, 24 Feb 2024 13:54:42 +0000
Subject: [PATCH] initial

---
 .gitignore |   32 ++++++++++++--------------------
 1 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0def275..38fe570 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,13 @@
-# Compiled Object files
-*.slo
-*.lo
-*.o
-*.obj
-
-# Compiled Dynamic libraries
-*.so
-*.dylib
-*.dll
-
-# Compiled Static libraries
-*.lai
-*.la
-*.a
-*.lib
-
-# Executables
+build*/
+test/
+.vscode/
+.cache/
+*.swp
+.vscode/
+*.bat
+*.bin
 *.exe
-*.out
-*.app
+*.gguf
+output*.png
+models*
+*.log
\ No newline at end of file

--
Gitblit v1.9.3