-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (80 loc) · 1.22 KB
/
.gitignore
File metadata and controls
94 lines (80 loc) · 1.22 KB
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
*.o
fpvm.so
test_fpvm
build/
build-sweep/
miniaero*
setupmesh.0
.config
include/fpvm/config.h
config.mk
.vscode
gc.log
/e9patch
/.cache
/bench/
__pycache__
test/boost
test/boost.tar.gz
profiler/e9patch
profiler/pin-tool
mem_patches.csv
patched_magic
patched_trap
# Static analysis temporary data
*-storage-simp*
*-storage-sim*
*-storage-pages*
*-storage-page*
*-storage-nodes*
*-storage-keys*
*-storage-page-keys*
*-storage-callstacks*
*-storage-extern-keys*
analysis/src/*_*_patches.csv
analysis/src/sources-*
analysis/src/a.out
analysis/e9patch
.ipynb_checkpoints
analysis/workspace
/include/fpvm/additional_wrappers.h
/src/additional_wrappers.S
/compile_commands.json
/sweep-results/
/sweep-results*/
# Noisy results from noisy benchmarks
three_body_simulation_t.txt
three_body_simulation_y.txt
test/fbench/fbench
test/ffbench/ffbench
test/three-body/three_body_simulation
# Kernel module rules:
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order
modules.builtin
*.elf
*.bin
*.gz
*.bz2
*.lzma
*.xz
*.lzo
*.patch
*.gcno
Module.symvers
kernel/fpvm-kmod/*.mod
/kernel/signal-latency/exception_to_kmod_handler
/kernel/signal-latency/exception_to_signal_handler
/kernel/signal-latency/hw_to_kernel
/test/nas/output/