From 1d88dd3ca1a4e2a3d3091ee3a3af1148335b8ced Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Fri, 23 May 2025 10:19:22 +0200 Subject: [PATCH] Ignore compiled shared objects --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71659f2..7c44c1c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ # Ignore files related to dictionary generation *.pcm +*.so Nested*.cxx