commit d90aaa9fb1240dee7b54d68ca0b937241eadd501 parent b39cfc8de9a09ca8fc01fb17e3276895d169f024 Author: Christian Ermann <christianermann@gmail.com> Date: Sun, 8 Jun 2025 18:38:15 -0700 Purge pre-built libraries from history and add to gitignore Diffstat:
| A | .gitignore | | | 2 | ++ |
| A | lib/.gitkeep | | | 0 |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +lib/*.a +lib/*.so diff --git a/lib/.gitkeep b/lib/.gitkeep