diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-14 13:52:33 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-14 13:52:33 +0200 |
| commit | 7b8c1e4634784b57bb6223cd780d5c67f5381d43 (patch) | |
| tree | 623e220498ec56b25ad60c192c60460768eafb94 /.gitignore | |
| parent | bf1a9f1211726e2fd42f5aa5424034470ac87751 (diff) | |
| download | nissy-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-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | a.out | ||
| 1 | .DS_Store | 2 | .DS_Store |
| 2 | cachegrind.out.* | 3 | cachegrind.out.* |
| 3 | config.mk | 4 | config.mk |
| @@ -23,6 +24,7 @@ run.core | |||
| 23 | test/last.* | 24 | test/last.* |
| 24 | tools/results | 25 | tools/results |
| 25 | .vscode | 26 | .vscode |
| 27 | *.a | ||
| 26 | *.o | 28 | *.o |
| 27 | *.so | 29 | *.so |
| 28 | *.s | 30 | *.s |
