aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-14 13:52:33 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-14 13:52:33 +0200
commit7b8c1e4634784b57bb6223cd780d5c67f5381d43 (patch)
tree623e220498ec56b25ad60c192c60460768eafb94 /.gitignore
parentbf1a9f1211726e2fd42f5aa5424034470ac87751 (diff)
downloadnissy-core-7b8c1e4634784b57bb6223cd780d5c67f5381d43.tar.gz
nissy-core-7b8c1e4634784b57bb6223cd780d5c67f5381d43.zip
Add libnissy.a target, rename nissy.so to librnissy.so
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7c4422c..eeea1b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
1a.out
1.DS_Store 2.DS_Store
2cachegrind.out.* 3cachegrind.out.*
3config.mk 4config.mk
@@ -23,6 +24,7 @@ run.core
23test/last.* 24test/last.*
24tools/results 25tools/results
25.vscode 26.vscode
27*.a
26*.o 28*.o
27*.so 29*.so
28*.s 30*.s

Generated with cgit - Back to sebastiano.tronto.net