From 7b8c1e4634784b57bb6223cd780d5c67f5381d43 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 14 Apr 2025 13:52:33 +0200 Subject: Add libnissy.a target, rename nissy.so to librnissy.so --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7c4422c..eeea1b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +a.out .DS_Store cachegrind.out.* config.mk @@ -23,6 +24,7 @@ run.core test/last.* tools/results .vscode +*.a *.o *.so *.s -- cgit v1.3