diff options
| author | Manuel Palenzuela <[email protected]> | 2021-07-20 10:51:46 +0100 |
|---|---|---|
| committer | Manuel Palenzuela <[email protected]> | 2021-07-20 10:52:22 +0100 |
| commit | 267da036e935ebba80333505f3aeaea71e973f4a (patch) | |
| tree | 391917e958dc76b1340aed1dd33cc90ad2eaf178 /.gitignore | |
| 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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 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 |