blob: 4994a0616dc6fd7246889b90eb253aace8583f4e (
plain)
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
|
*_proprietary.go
*.csv
*.tmp
*.out
.serena
Test*.log
*.query
append:*
cache/
log/
tags
benchmark_results/
benchmarks/baselines/current*.txt
benchmarks/baselines/comparison*.txt
benchmarks/profiles/
benchmarks/testdata/
/cache/
/log/
/profiles/
/profiling/*.prof
/profiling/profiles/
/profiling/testdata/
/testdata/
test_*.log
/dtail
/dgrep
/dcat
/dmap
/dserver
/dtailhealth
/dtail-tools
known_hosts
id_rsa
id_rsa.pub
ssh_host_key
pgo-profiles/
pgo-build/
.amp
.claude
# Accidental integration-test debug/output dumps (never commit these)
integrationtests/*_output*.txt
integrationtests/test_output*.txt
integrationtests/turbo_test_output*.txt
integrationtests/manual_*.txt
integrationtests/debug_*.txt
integrationtests/strace_output.txt
integrationtests/test_trace_output.txt
integrationtests/output_*turbo*.txt
integrationtests/test_c.txt
integrationtests/test_colors.txt
integrationtests/test_plain.txt
integrationtests/test_config.json
integrationtests/test_server.json
integrationtests/test_server_config.json
/TOOD.md
|