diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-12 00:33:10 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-12 00:33:10 +0200 |
commit | 7642349be93be4a1acf62e9c5ca831f918ba1c3c (patch) | |
tree | 71a97352d57e4ac11db1505292caf0ac3427c005 /.gitignore | |
parent | 1f48837af82e5bc226b62b509d61986c2b82f11b (diff) |
Load ELF into emulator
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ *.exe
+*.bin
|