diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-18 16:39:45 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-18 16:39:45 +0100 |
commit | 31cefff66e7eee2921d346669d1f2c3c955de10e (patch) | |
tree | 9982e32cc9e8152b539df262467f2da3eef233b0 /.gitignore | |
parent | 907b25d40af7055d9200c3c614a948cb59532e81 (diff) |
Add c8dump
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ compile_commands.json # Compilation Output ahoy c8asm +c8dump !src/* make *.o |