diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-12 19:38:45 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-12 19:40:49 -0400 |
commit | da3aa8b99fea249422b78827edee1a9ffb990494 (patch) | |
tree | 81b275ab0205e241c29f139633eb70e2c44a11d0 /.gitignore | |
parent | c8a06a547449f8326102c43a1c63dfcd80baef44 (diff) |
project: Add emux64 emulator skeleton
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ obj_dir/ +emux64/bin/ *.vcd +*.o |