-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
38 lines (38 loc) · 853 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
build
*.mode1v3
*.mode2v3
*.pbxuser
*.perspectivev3
*~.nib
.gitattributes
.vs
.DS_Store
log/
_RUNTIME_/log/
_RUNTIME_/Documents/deploy/
DEADJOE
UserInterfaceState.xcuserstate
*.so
*.a
*.ncb
platform/MacOS/c64d.xcodeproj/project.xcworkspace/xcuserdata/mars.xcuserdatad/xcdebugger/
platform/MacOS/c64d.xcodeproj/project.xcworkspace/xcshareddata/
platform/MacOS/c64d.xcodeproj/project.xcworkspace/xcshareddata/MTEngineSDL.xccheckout
platform/MacOS/c64d.xcodeproj/.idea/
platform/MacOS/DerivedData/
platform/Windows/.vs/
platform/Windows/bin/
platform/Windows/c64d/x64/
platform/Windows/c64d/Win32/
tools/DeployMaker_v1.0/Debug/
bmfont2slrfont/Debug/
Debug/
core.*
core
*~
!src/Emulators/vice/core/
!src/Emulators/vice/core/*
!src/Emulators/vice/core/**/*
!src/Emulators/nestopiaue/core/
!src/Emulators/nestopiaue/core/*
!src/Emulators/nestopiaue/core/**/*