From b07255ab1d91f757499587dde31fe96329daf246 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 18 Aug 2025 11:23:08 +0200 Subject: [PATCH] Ignore .so --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1c8bc1f..e0e7234 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.o +*.so .cache .json *.elf