From 4d1c070b813f3b3b64bd8bf96723756041840ac0 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Sat, 6 Sep 2025 12:59:56 +0200 Subject: Create shared library Play with shared libs. Building the same library with different functionalities and loading them at runtime, separately. Fun way to see how we can change runtime behavior without recompiling everything. Signed-off-by: Carlos Maiolino --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5761abc..33ec174 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.o +*.so +*.a -- cgit v1.2.3