-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
58 lines (52 loc) · 1.17 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
*.o
*.lo
*.a
*.la
*.d
*.acc
*.pb.h
*.pb.cc
*.gcda
*.pyc
*.swp
*~
Makefile
build
build-*
.deps
simulators/bochs/autom4te.cache/
simulators/bochs/bochs
simulators/bochs/build/linux/bochs-dlx
simulators/bochs/build/macosx/Info.plist
simulators/bochs/build/win32/nsis/bochs.nsi
simulators/bochs/bxcommit
simulators/bochs/bximage
simulators/bochs/bxversion.h
simulators/bochs/bxversion.rc
simulators/bochs/config.h
simulators/bochs/config.log
simulators/bochs/config.status
simulators/bochs/libtool
simulators/bochs/ltdlconf.h
simulators/bochs/src
simulators/bochs/tmp
simulators/bochs/install
!simulators/bochs/plex86/kernel/freebsd/Makefile
simulators/gem5/.hg
simulators/gem5/m5out/
src/core/sal/gem5/SConscript
debuggers/openocd/config.h
debuggers/openocd/config.log
debuggers/openocd/config.status
debuggers/openocd/jimtcl/configure.gnu.bak
debuggers/openocd/libtool
debuggers/openocd/openocd_wrapper.hpp
debuggers/openocd/src/.libs/
debuggers/openocd/src/helper/bin2char
debuggers/openocd/src/jtag/minidriver_imp.h
debuggers/openocd/src/openocd
debuggers/openocd/src/startup.tcl
debuggers/openocd/src/startup_tcl.c
debuggers/openocd/src/target/xscale_debug.h
debuggers/openocd/stamp-h1
.idea