forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (62 loc) · 1.32 KB
/
.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
# dogstatsd image temporary file
Dockerfiles/dogstatsd/alpine/dogstatsd
# folders
vendor/
bin/
/dev/
__pycache__
.pytest_cache
venv/
**/*.tmp
**/debug.test
# files
.DS_Store
.vscode
*.cov
*.pyc
*.swp
*.exe
*.syso
*.log
#file generated at build time by message compiler
agentmsg.h
# go-generated files
datadog.yaml
network-tracer.yaml
dogstatsd.yaml
Dockerfiles/cluster-agent/datadog-cluster.yaml
# jetbrains IDE directory
/.idea/
# Ignore debs from the root of the project.
datadog-agent*_amd64.deb
# Ignore pem created during the tests
*.pem
**/test/auth_token
/test/e2e/scripts/run-instance/argo
/test/e2e/scripts/setup-instance/instance-id.json
/test/e2e/scripts/setup-instance/specification.json
/test/e2e/scripts/setup-instance/spot-instance-request.json
/test/e2e/scripts/setup-instance/spot-request-id.json
/test/e2e/scripts/setup-instance/id_rsa
/test/e2e/scripts/setup-instance/id_rsa.pub
/test/e2e/scripts/setup-instance/ignition.json
/test/e2e/containers/fake_datadog/venv/
# android files generated by build
last-change
*.apk
*.app
*.framework
*.aar
*.iml
*.jar
.idea
.gradle
cmd/agent/android/app/src/main/assets/conf.d
# android studio
cmd/agent/android/local.properties
cmd/agent/android/gradlew*
cmd/agent/android/gradle
cmd/agent/android/build
cmd/agent/android/app/build
# local copy of device signing cert
platform.pk8