forked from snipersim/snipersim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (66 loc) · 984 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
68
69
70
71
72
73
74
75
# object files
*.d
*.o
*.pyc
*.a
# emacs temp files
*~
# vi temp files
*.swp
# patch rejections
*.rej
# test output
*.log
sim.out
sim.cfg
sim.info
sim.stats
sim.stats.base
sim.stats.delta
sim.stats.db
sim.stats.sqlite3
appdebug_port.out
debug_offset.out
graphite.out
cpi-stack.jpg
output_files
tools/cpistack-collect/cpistack-*
# compiled libraries
lib/libcarbon_sim.a
lib/pin_sim.so
lib/libgraphite_user.a
lib/sniper
config/buildconf.*
config/sniper.py
docs
.build_os
include/linux/perf_event.h
sift/libsift.a
sift/siftdump
sift/recorder/sift_recorder
tools/pinversion
# result files
results/
!results/.DO_NOT_DELETE
# dependencies
boost_1_38_0
pin_kit
linux_2_6_32
mcpat
python_kit
riscv/riscv-tools
riscv/rv8
riscv/Speckle
xed_kit
mbuild
sde_kit
capstone
dynamorio
# Pin3 output
frontend/pin-frontend/obj-intel64
sift/recorder/obj-intel64
# Symlinked SIFT files
frontend/pin-frontend/sift/*.h
frontend/pin-frontend/sift/*.cc
sift/recorder/sift/*.h
sift/recorder/sift/*.cc