diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-20 10:51:46 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-20 10:52:22 +0100 |
commit | 267da036e935ebba80333505f3aeaea71e973f4a (patch) | |
tree | 391917e958dc76b1340aed1dd33cc90ad2eaf178 | |
parent | Feature: Implemented various instructions (diff) | |
download | CHIP8-Emulator-267da036e935ebba80333505f3aeaea71e973f4a.tar.gz CHIP8-Emulator-267da036e935ebba80333505f3aeaea71e973f4a.tar.bz2 CHIP8-Emulator-267da036e935ebba80333505f3aeaea71e973f4a.zip |
Cleanup: Removed unnecesary file
-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 |