diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | chip8_emulator.core | bin | 35143480 -> 0 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6826944..7bec391 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ chip8_emulator CHIP8_Emulator.* *.o +*.core diff --git a/chip8_emulator.core b/chip8_emulator.core deleted file mode 100644 index a898238..0000000 --- a/chip8_emulator.core +++ /dev/null Binary files differ |