about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-20 10:51:46 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-20 10:52:22 +0100
commit267da036e935ebba80333505f3aeaea71e973f4a (patch)
tree391917e958dc76b1340aed1dd33cc90ad2eaf178
parentFeature: Implemented various instructions (diff)
downloadCHIP8-Emulator-267da036e935ebba80333505f3aeaea71e973f4a.tar.gz
CHIP8-Emulator-267da036e935ebba80333505f3aeaea71e973f4a.tar.bz2
CHIP8-Emulator-267da036e935ebba80333505f3aeaea71e973f4a.zip
Cleanup: Removed unnecesary file
-rw-r--r--.gitignore1
-rw-r--r--chip8_emulator.corebin35143480 -> 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