mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-05 19:05:32 +00:00
52 lines
383 B
Plaintext
52 lines
383 B
Plaintext
|
.vs/
|
||
|
Debug/
|
||
|
Release/
|
||
|
x64/
|
||
|
ipch/
|
||
|
cov-int/
|
||
|
packages/
|
||
|
|
||
|
*.opendb
|
||
|
*.sdf
|
||
|
*.vsp
|
||
|
*.VC.db
|
||
|
*.vcxproj.user
|
||
|
|
||
|
*.swp
|
||
|
*~
|
||
|
|
||
|
*.bin
|
||
|
*.rom
|
||
|
|
||
|
# Compiled Object files
|
||
|
*.slo
|
||
|
*.lo
|
||
|
*.o
|
||
|
*.obj
|
||
|
|
||
|
# Precompiled Headers
|
||
|
*.gch
|
||
|
*.pch
|
||
|
|
||
|
# Compiled Dynamic libraries
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.dll
|
||
|
|
||
|
# Fortran module files
|
||
|
*.mod
|
||
|
|
||
|
# Compiled Static libraries
|
||
|
*.lai
|
||
|
*.la
|
||
|
*.a
|
||
|
*.lib
|
||
|
|
||
|
# Executables
|
||
|
*.exe
|
||
|
*.out
|
||
|
*.app
|
||
|
cpp_chip8
|
||
|
|
||
|
src/state
|