mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-08 22:06:20 +00:00
105032f08a
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
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
|