forked from bochs-emu/Bochs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
130 lines (103 loc) · 2.23 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# General
*.o
*.lo
*.a
*.la
*.orig
*.rej
obj-debug/
obj-release/
.vscode
bochs-msvc-src.zip
# /bochs/
/bochs/Makefile
/bochs/bochs
/bochs/bochs.exe
/bochs/bximage
/bochs/bximage.exe
/bochs/bxcommit
/bochs/bxcommit.exe
/bochs/bxhub
/bochs/bxhub.exe
/bochs/bxversion.h
/bochs/bxversion.rc
/bochs/config.h
/bochs/config.log
/bochs/config.status
/bochs/bochsout.txt
/bochs/config.cache
/bochs/.conf.my
/bochs/niclist.exe
/bochs/parport.out
/bochs/ltdlconf.h
/bochs/libtool
/bochs/.bochs.out
/bochs/vs2019
# /bochs/bios/
/bochs/bios/Makefile
# /bochs/build/linux/
/bochs/build/linux/DOC-linux.html
/bochs/build/linux/bochs-dlx
# /bochs/build/macosx/
/bochs/build/macosx/Info.plist
# /bochs/build/win32/nsis/
/bochs/build/win32/nsis/Makefile
/bochs/build/win32/nsis/bochs.nsi
# /bochs/bx_debug/
/bochs/bx_debug/Makefile
# /bochs/cpu/
/bochs/cpu/Makefile
# /bochs/disasm/
/bochs/disasm/Makefile
# /bochs/doc/docbook/
/bochs/doc/docbook/Makefile
# /bochs/doc/docbook/development/
/bochs/doc/docbook/development/*.html
# /bochs/doc/docbook/documentation/
/bochs/doc/docbook/documentation/*.html
# /bochs/doc/docbook/user/
/bochs/doc/docbook/user/*.html
# /bochs/gui/
/bochs/gui/Makefile
/bochs/gui/.libs/
# /bochs/host/linux/pcidev/
/bochs/host/linux/pcidev/Makefile
# /bochs/instrument/stubs/
/bochs/instrument/stubs/Makefile
/bochs/instrument/example*/Makefile
# /bochs/iodev/
/bochs/iodev/Makefile
/bochs/iodev/.libs/
# /bochs/memory/
/bochs/memory/Makefile
# /bochs/misc/
/bochs/misc/Makefile
# /bocks/cpu/avx/
/bochs/cpu/avx/Makefile
# /bochs/cpu/cpudb/
/bochs/cpu/cpudb/Makefile
# /bochs/cpu/fpu/
/bochs/cpu/fpu/Makefile
# /bochs/iodev/display/
/bochs/iodev/display/Makefile
/bochs/iodev/display/.libs/
# /bochs/iodev/hdimage/
/bochs/iodev/hdimage/Makefile
/bochs/iodev/hdimage/.libs/
# /bochs/iodev/network/
/bochs/iodev/network/Makefile
/bochs/iodev/network/.libs/
# /bochs/iodev/sound/
/bochs/iodev/sound/Makefile
/bochs/iodev/sound/.libs/
# /bochs/iodev/usb/
/bochs/iodev/usb/Makefile
/bochs/iodev/usb/.libs/
# /sfsite/
/sfsite/doc
/sfsite/guestos
/sfsite/screenshot
/sfsite/techspec
/sfsite/tmp
/sfsite/xcf
/sfsite/.glimpse*