diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-10 17:40:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-10 17:40:37 +0200 |
| commit | c0d829e588c5d25ee0fc0ff3212658c92c0fb0a8 (patch) | |
| tree | 39811fc48570ef219326fb23b2571ae27c55131a /.gitignore | |
| parent | f148aa65dfe587e7b5d2f48b5005be670788dbe6 (diff) | |
| parent | 23c95fa1b64f35ba56594acc0bf06962647c4ba0 (diff) | |
| download | nissy-core-c0d829e588c5d25ee0fc0ff3212658c92c0fb0a8.tar.gz nissy-core-c0d829e588c5d25ee0fc0ff3212658c92c0fb0a8.zip | |
Merge pull request #1 from enricotenuti/master
cube_neon ver1
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -7,7 +7,9 @@ run | |||
| 7 | tables/* | 7 | tables/* |
| 8 | test/*/runtest | 8 | test/*/runtest |
| 9 | test/run | 9 | test/run |
| 10 | test/run.DSYM | ||
| 10 | test/last.* | 11 | test/last.* |
| 11 | tools/results | 12 | tools/results |
| 13 | .vscode | ||
| 12 | *.o | 14 | *.o |
| 13 | *.s | 15 | *.s |
