-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy path.gitignore
More file actions
140 lines (122 loc) · 5.18 KB
/
Copy path.gitignore
File metadata and controls
140 lines (122 loc) · 5.18 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
.DS_Store
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
testoutput
**/node_modules
# Dependency directories (remove the comment below to include it)
**/vendor/
deployments/01-grafana-credentials.yml
internal/test/cmd/pingserver/server
*.log
**/.vscode
.idea/
internal/test/cmd/grpc/server/server
internal/test/cmd/grpc/client/client
.tools/
internal/tools/debug/dlv
bin/
dist/
internal/test/integration/components/server
internal/test/integration/components/testserver/testserver
internal/test/cmd/rust_pingserver/target
internal/test/cmd/rust_pingiron/target
internal/test/cmd/rust_pingrouille/target
internal/test/cmd/rust_ironssl/target
*__pycache__/
internal/test/cmd/pingwrapper/wrapper
internal/test/cmd/grpc/server/grpcsrv
internal/test/cmd/greeting-service/target
internal/test/integration/components/javatestserver/target/
internal/test/integration/components/rusttestserver/target/
internal/test/integration/components/rustssltestserver/target/
internal/test/integration/components/grpc_relay/rust/target/
internal/test/integration/components/nodejsserver/node_modules/
# Ruby on Rails test
# Ignore bundler config.
internal/test/integration/components/rubytestserver/testapi/.bundle
# Ignore the default SQLite database.
internal/test/integration/components/rubytestserver/testapi/db/*.sqlite3
internal/test/integration/components/rubytestserver/testapi/db/*.sqlite3-*
# Ignore all logfiles and tempfiles.
internal/test/integration/components/rubytestserver/testapi/log/*
internal/test/integration/components/rubytestserver/testapi/tmp/*
!internal/test/internal/integration/components/rubytestserver/testapi/log/.keep
!internal/test/internal/integration/components/rubytestserver/testapi/tmp/.keep
# Ignore pidfiles, but keep the directory.
internal/test/integration/components/rubytestserver/testapi/tmp/pids/*
!internal/test/internal/integration/components/rubytestserver/testapi/tmp/pids/
!internal/test/internal/integration/components/rubytestserver/testapi/tmp/pids/.keep
# Ignore uploaded files in development.
internal/test/integration/components/rubytestserver/testapi/storage/*
!internal/test/internal/integration/components/rubytestserver/testapi/storage/.keep
internal/test/integration/components/rubytestserver/testapi/tmp/storage/*
!internal/test/internal/integration/components/rubytestserver/testapi/tmp/storage/
!internal/test/internal/integration/components/rubytestserver/testapi/tmp/storage/.keep
internal/test/integration/components/dotnetserver/obj/*
internal/test/oats/*/build/*
internal/test/cmd/grpc/client/grpclient
internal/test/integration/components/gohttp2/client/client
internal/test/integration/components/gohttp2/server/http2srv
internal/test/integration/components/gokafka/gokafka
internal/test/integration/components/gokafka-seg/gokafka
internal/test/integration/components/goredis/goredis
internal/test/integration/components/go_otel/rolldice
internal/test/integration/components/go_otel_grpc/rolldice
internal/test/integration/components/pythonserver/lib/
internal/test/integration/components/pythonserver/lib64
internal/test/integration/components/pythonserver/pyvenv.cfg
internal/test/integration/components/gosql/qosql
internal/test/integration/components/javakafka-tls/target
internal/test/integration/components/java_tls/wrapper/wrapper
*_bpfel.go
*_bpfel.o
*_bpfel.go.d
*_bpfeb.go.d
# bpf/tests C unit-test build artifacts
bpf/tests/bpf_*
bpf/tests/test_*
!bpf/tests/bpf_*.c
!bpf/tests/bpf_*.h
!bpf/tests/test_*.c
!bpf/tests/test_*.h
bpf/tests/**/*.dSYM/
opentelemetry-ebpf-instrumentation.sln
obi.sln
internal/test/integration/components/javakafka/target/*
internal/test/integration/components/gomongo/mongosrv
pkg/internal/java/agent/build
pkg/internal/java/build
pkg/internal/java/agent/target
pkg/internal/java/loader/build
pkg/internal/java/loader/out
pkg/internal/java/loader/src/main/resources/agent
pkg/internal/java/.gradle
internal/test/integration/components/java_tls/netty_tls/target
internal/test/integration/components/java_tls/sync_async_tls/target
internal/test/integration/components/java_tls/jdk8/target
# Ignore the generated OpenTelemetry Collector configuration files for development.
examples/otel-collector/otelcol-dev/*
internal/test/benchmarks/goshorturl/shorturl
# Pre-fetched upstream OpenTelemetry semantic-conventions registry consumed
# by weaver. Populated by `make fetch-upstream-semconv` (a prereqs dep).
schemas/obi/.deps/
internal/test/vm/lvh/out/
# Route-harvester test fixture emulating a NestJS app that ships only compiled
# output; the directory must literally be named "dist" (the scan behavior under
# test keys on that name), so carve it out of the global dist/ ignore.
!pkg/internal/transform/route/harvest/nodejs/test_files_dist/dist/
!pkg/internal/transform/route/harvest/nodejs/test_files_dist/dist/**
!pkg/internal/transform/route/harvest/nodejs/test_files_dist_versioned/dist/
!pkg/internal/transform/route/harvest/nodejs/test_files_dist_versioned/dist/**
internal/test/integration/components/ai/openai/mock-server/mock-server
internal/test/integration/components/ai/openai/go/testserver
# rendered site output (make render-site)
build/