-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (34 loc) · 875 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (34 loc) · 875 Bytes
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
# Build output, in the spellings the various toolchains produce. Anchored to
# the root, because bin/ holds the same names as checked in release binaries.
/sc15
/sc15.exe
/SC15.EXE
/SCCHECK.EXE
/SC1532.EXE
/SCCHK32.EXE
/SC15W.EXE
/SCCHKW.EXE
__wcl__.lnk
/drvtest
/drvtest.exe
/selfcheck
/selfcheck.exe
/SC15.DRV
/build/
*.o
*.obj
*.OBJ
*.map
*.MAP
*.log
*.LOG
*.tmp
# Generated voice banks stay out of the tree, except the released pair in
# bin/. The banks are the game's instrument parameters adapted for a different
# synthesiser, shipped so that installing the driver does not require the
# build toolchain; rebuilding them from your own game copy remains supported
# and release-check proves the shipped pair is what the build produces. The
# unanchored pattern still catches build output here and SCTEST.VCE from the
# self-check. See bin/README.md.
*.VCE
!bin/*.VCE