-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
74 lines (57 loc) · 1.08 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
# MacOS
.DS_Store
# Vagrant
.vagrant*/
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool
*.out
# vendored packages
vendor*/
# plugin testing
plugin_test/test*.sh
# for permissions testing - must be created locally
# see note internal/config/plugin_test.go
# also, config/verifyfile_test.go
no_access_dir/
no_access_file
internal/plugins/testdata/testsym.sh
internal/plugins/testdata/invalid.sh
internal/plugins/testdata/noaccesscfg.json
# test configs
circonus-agent.toml
circonus-agent.yaml
circonus-agent.json
# goreleaser files
release.sh
dist/
# codecov.io repo token and report
.codecov
coverage.txt
coverage.xml
coverage.html
# plugin binaries
*.elf
# habitat artifacts
habitat/results/*
results/*
studio.toml
# ignore local build.conf
package/build.conf
package/publish/*/*.rpm
package/publish/*/*.deb
package/publish/*/*.tgz
package/publish/*/package_checksums.txt
package/rhel/circonus-agent.spec
# wip dirs
internal/check-orig
internal/reverse-orig
# build detritus
.envrc
console.log
test/