-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy path.gitignore
77 lines (68 loc) · 1.24 KB
/
.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
68
69
70
71
72
73
74
75
76
77
node_modules/
roms
roms*/
build/
build-native/
pce-js/
/systems
dist/
# old build system
pcejs-build-config.json
# new build system
pcejs_build_conf.sh
# files generated by configure and make
src/**/*.o
src/**/*.a
src/arch/**/*.cfg
src/arch/**/*.com
src/arch/**/*.sys
src/arch/**/*.rom
config.log
config.status
Makefile
Makefile.inc
src/arch/atarist/pce-atarist
src/arch/ibmpc/pce-ibmpc
src/arch/macplus/pce-macplus
src/config.h
src/config.inc
src/utils/pce-img/pce-img
src/utils/pri/pri
src/utils/psi/psi
# examples system files
example/**/*.rom
example/**/*.qed
example/**/*.img
example/**/*.st
example/**/*.psi
example/**/*.cfg
# example generated files
example/*/*.umd.js
example/*/bundle.js
example/*/pce-*.js
example/*/pce-*.js.mem
example/*/pce-*.worker.js
example/*/pthread-main.js
example/*/pthread-prelude.js
example/*/worker-prelude.js
# commonjs generated files
commonjs/pcejs-*/*.umd.js
commonjs/pcejs-*/lib/pce-*.js.mem
commonjs/pcejs-*/pce-*.js.mem
commonjs/pcejs-*/pce-*.worker.js
commonjs/pcejs-*/pthread-main.js
# files generated by emscripten
a.out
a.out.js
a.out.js.mem
*.wasm
*.wasm.map
# files generated by running the emulator natively in this dir
mac-plus-pram.dat
pram.dat
ser_a
ser_b
ser_a.out
ser_b.out
# misc
*.sublime-workspace