forked from pinpoint-apm/pinpoint-c-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
87 lines (87 loc) · 1.04 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.vscode
.idea
*.o
*.lo
*.result
*.a
*.la
test/pinpoint_unittest
simulate/collector/test_checker
simulate/collector/test_collector
simulate/tmp/
simulate/log/
simulate/shell/*.html
*.pyc
.autotools
.cproject
.project
build
venv
.settings/
CI/
*.txtthirdparty
cmake-build-debug
*.gcda
*.gcno
core.*
.gdb_history
__pycache__/
modules
env
dist
.deps
temp
vendor
Example/*/Cache/*
CollectorAgentDocker/env.list
autom4te.cache/
env2/
pinpointPy.egg-info/
acinclude.m4
CHANGELOG.md
collector.agent.log
config.guess
config.h
config.h.in
config.h.in~
config.log
config.nice
config.status
config.sub
configure
configure.ac
configure.in
install-sh
libtool
ltmain.sh
Makefile
Makefile.fragments
Makefile.global
Makefile.objects
MANIFEST
missing
mkinstalldirs
run-tests.php
test.php
.libs/
.libs/
aclocal.m4
pinpoint_php.dep
collector-agent/collector-agent
.cache
compile_commands.json
testapps/PHP/composer-setup.php
testapps/PHP/composer.phar
wheelhouse/
*.so
.clangd
.vs
*.dep
downloads
testapps/java_call_app/target
x64
x86
output
config.nice.bat
configure.bat
configure.js