-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (58 loc) · 725 Bytes
/
.gitignore
File metadata and controls
61 lines (58 loc) · 725 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# ---------------------------
# MESCC & TOOL CHAIN BINARIES
# ---------------------------
cpm.exe
cpm2.exe
cpm_player.exe
cc.com
cc.COM
CC.COM
ccopt.com
ccopt.COM
CCOPT.COM
#zsm.com
#ZSM.COM
#hextocom.com
#hextocom.COM
#HEXTOCOM.COM
#link.com
#LINK.COM
#prntosym.com
#prntosym.COM
#PRNTOSYM.COM
#zmac.exe
# ---------------
# MESCC LIBRARIES
# ---------------
alloc.h
atexit.h
bsearch.h
clock.h
conio.h
cpm.h
ctype.h
fileio.h
fprintf.h
mem.h
mescc.h
printf.h
qsort.h
rand.h
redir.h
setjmp.h
sprintf.h
stdbool.h
string.h
xprintf.h
z80.h
# ------------------
# INTERMEDIATE FILES
# ------------------
*.HEX
*.ZSM
*.PRN
# -----------------------
# PROJECT FILES & FOLDERS
# -----------------------
backup/
!releases/zsm*/*.ZSM