-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.gitignore
67 lines (64 loc) · 920 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
*.bin
*.c~
*.cas
*.d88
*.h~
*.swp
.vscode/
.vscode/c_cpp_properties.json
.vscode/settings.json
a.out
altirra*.ini
autorun
autorun.atr
autorun.rmm
build
config
config.com
config.com.lbl
config.lbl
config.map
dist.apple2/dist.po
dist.apple2/prepimg.sh
dist/config.com
dist/fcd.com
dist/fconfig.com
dist/fcopy.com
dist/feject.com
dist/fesclk.com
dist/fhost.com
dist/finfo.com
dist/fld.com
dist/flh.com
dist/flobby.com
dist/fls.com
dist/fmall.com
dist/fmount.com
dist/fnet.com
dist/fnew.com
dist/freset.com
dist/fscan.com
dist/ncd.com
dist/ncopy.com
dist/ndel.com
dist/ndir.com
dist/nlogin.com
dist/nmkdir.com
dist/npwd.com
dist/nren.com
dist/nrmdir.com
dist/ntrans.com
dist/rautoans.com
dist/rbaudlok.com
dist/rlisten.com
dist/rsniff.com
debug.scr
Makefile.options
obj
# apple distribution
dist.apple2/*.jar
dist.apple2/*.dsk
# fujinet-lib will be downloaded by makefiles that use it
fujinet-lib/*
# IDE files
.vscode/*