-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
88 lines (79 loc) · 1.25 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
!.keep
*.gem
*.lock
*.log
*.swp
*~
*.rdb
.*byebug*
.bundle/
.env
.irb_history
.irbrc
.ruby-version
dump.rdb
.trusted_paths/
.yardoc/
/app/
builds/
config/
coverage/
doc/
ext/oboe_metal/*.o
ext/oboe_metal/Makefile
ext/oboe_metal/lib/liboboe*so*
ext/oboe_metal/mkmf.log
ext/oboe_metal/oboe_metal.so
ext/oboe_metal/oboe_noop.so
ext/oboe_metal/src/bson/
ext/oboe_metal/src/oboe_api.cpp
ext/oboe_metal/src/oboe.h
ext/oboe_metal/src/oboe_api.h
ext/oboe_metal/src/oboe_debug.h
ext/oboe_metal/src/oboe_swig_wrap.cc
ext/oboe_metal/src/oboe.i
ext/oboe_metal/src/VERSION_latest
ext/oboe_metal/test/build/
ext/oboe_metal/test/MakeFile
ext/oboe_metal/.DS_Store
gemfiles/*.lock
gemfiles/.bundle/
gemfiles/vendor*
lib/libsolarwinds_apm.so
vendor/
*.DS_Store
apm.collector.st-ssp.solarwinds.com
appoptics.com
test/clib/Makefile
*.so
*.o
ext/oboe_metal/extconf_local.rb
Makefile
# test script
install_gem.sh
push_to_packgecloud.sh
push_to_github.sh
sample_start.rb
# github action
.github/.DS_Store
.github/workflows/.DS_Store
# test
test/.DS_Store
test/support/*.db
*.db
# rubocop
rubocop.sarif
rubocop_result.txt
# sample script
git_push.sh
test_run.sh
# act.secrets
act.secrets
# lambda layer
lambda/.aws-sam/*
lambda/*.zip
*.zip
lambda/build/*
# reverse lab reports
reports/
MyReportDir/