-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (92 loc) · 3.11 KB
/
.gitignore
File metadata and controls
100 lines (92 loc) · 3.11 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
95
96
97
98
99
100
# Generated by Cargo
# will have compiled files and executables
/target/
.target_tmp
ghostscope-process/ebpf/sysmon-bpf/target/
ghostscope-process/ebpf/xtask/target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# IDE files
.vscode/
.idea/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# GhostScope specific output files
# Ignore all .o files by default...
*.o
# ...but keep the prebuilt sysmon eBPF artifacts
!ghostscope-process/ebpf/obj/sysmon-bpf.bpfel.o
!ghostscope-process/ebpf/obj/sysmon-bpf.bpfeb.o
*.ll
*.dwarf
*.bpf
*.gs
gs_*
output.*
ghostscope.log
ghostscope_*
.ghostscope_*
.ghostscope-test-bin/
log
# Test programs and binaries (not part of Rust project)
# Exclude compiled test binaries but keep source files
test_*
*.sh
# Keep the sysmon eBPF build script tracked
!ghostscope-process/ebpf/build_sysmon_bpf.sh
# Keep project shell scripts tracked
!scripts/**/*.sh
# Keep fixture compiler entrypoint tracked
!e2e-tests/compile-fixtures.sh
# Keep other C files in test fixtures but exclude random C files in root
/*.c
e2e-tests/tests/fixtures/complex_types_program/complex_types_program
e2e-tests/tests/fixtures/complex_types_program/complex_types_program_o*
e2e-tests/tests/fixtures/complex_types_program/complex_types_program_nopie
e2e-tests/tests/fixtures/cpp_complex_program/cpp_complex_program
e2e-tests/tests/fixtures/globals_program/globals_program
e2e-tests/tests/fixtures/globals_program/libgvars.so
e2e-tests/tests/fixtures/inline_callsite_program/inline_callsite_program
e2e-tests/tests/fixtures/inline_call_value_program/inline_call_value_program
e2e-tests/tests/fixtures/late_globals_program/late_globals_program
e2e-tests/tests/fixtures/member_pointer_program/member_pointer_program
e2e-tests/tests/fixtures/member_pointer_program/member_pointer_program_o*
e2e-tests/tests/fixtures/partitioned_ranges_program/partitioned_ranges_program
e2e-tests/tests/fixtures/rust_global_program/target/
e2e-tests/tests/fixtures/sample_program/sample_lib.o
e2e-tests/tests/fixtures/sample_program/sample_program
e2e-tests/tests/fixtures/sample_program/sample_program.o
e2e-tests/tests/fixtures/sample_program/sample_program_stripped
e2e-tests/tests/fixtures/sample_program/sample_program_stripped.debug
e2e-tests/tests/fixtures/static_scope_program/static_scope_program
e2e-tests/tests/fixtures/static_scope_program/static_scope_program_clang_dwarf5
e2e-tests/tests/fixtures/entry_value_recovery_program/entry_value_recovery_program_clang_dwarf5
e2e-tests/tests/fixtures/entry_value_breg_program/entry_value_breg_program_clang_debuglink
e2e-tests/tests/fixtures/entry_value_breg_program/entry_value_breg_program_clang_debuglink.debug
e2e-tests/tests/fixtures/**/.ghostscope-inline-entry-pc-regression-*/
e2e-tests/tests/fixtures/**/.ghostscope-fast-parser-patched-*/
e2e-tests/tests/fixtures/**/.ghostscope-entry-value-runtime-*/
CLA*
IMPL*
DWARF*
TUI_IN*
kernel.dwarf
*.bt
gdb*
.gdb*
libtest*
nginx*
# Python cache
__pycache__/
*.py[cod]
# DWARF perf generated artifacts
scripts/dwarf-perf/corpus/out/
perf-results/