forked from cwshu/valgrindrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
87 lines (78 loc) · 1.56 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
# vim temp files
*.swp
*.swo
*.swn
# cscope files
cscope.*
# builded binary (object code and executable), generated by makefile
*.o
*.a
*.so
inst/
coregrind/valgrind
coregrind/vgdb
cachegrind/cachegrind-x86-linux
callgrind/callgrind-x86-linux
drd/drd-x86-linux
exp-bbv/exp-bbv-x86-linux
exp-dhat/exp-dhat-x86-linux
exp-sgcheck/exp-sgcheck-x86-linux
helgrind/helgrind-x86-linux
lackey/lackey-x86-linux
massif/massif-x86-linux
memcheck/memcheck-x86-linux
none/none-x86-linux
rrcheck/rrcheck-x86-linux
# builded non-binary, generated by makefile
default.supp
# unknown
.dirstamp
.in_place/
auxprogs/valgrind-di-server
auxprogs/valgrind-listener
cachegrind/cg_merge
memcheck/tests/vbit-test/vbit-test
# autotool generated files
Makefile.in
Makefile.vex.in
aclocal.m4
config.h.in
configure
config.guess
config.sub
missing
autom4te.cache/
.deps/
# ./configure generated (with file extension `.in` version)
Makefile
config.h
config.log
config.status
cachegrind/cg_annotate
cachegrind/cg_diff
callgrind/callgrind_annotate
callgrind/callgrind_control
coregrind/link_tool_exe_darwin
coregrind/link_tool_exe_linux
drd/scripts/download-and-build-splash2
glibc-2.X.supp
massif/ms_print
perf/vg_perf
tests/vg_regtest
valgrind.pc
valgrind.spec
# subdirectory `docs/`
docs/html/
docs/*.1
docs/index.pdf
docs/index.ps
# unknown, add to .gitignore temporarily
VEX/pub/libvex_guest_offsets.h
memcheck/tests/strchr.stderr.exp-darwin
none/tests/mips32/mips32_dsp.stdout.exp
none/tests/mips32/mips32_dsp.stdout.exp-mips32
none/tests/mips32/mips32_dspr2.stdout.exp-mips32
FAQ.txt
compile
depcomp
stamp-h1