forked from influxdata/influxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
145 lines (111 loc) · 1.97 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
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
141
142
143
144
145
# Keep editor-specific, non-project specific ignore rules in global .gitignore:
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
vendor
.netrc
.vscode
.vs
.tern-project
.DS_Store
.idea
.cgo_ldflags
# binary databases
influxd.bolt
*.db
*.sqlite
# Files generated in CI
rustup-init.sh
private.key
# TLS keys generated for testing
test.crt
test.key
# Project distribution
/dist
# Project binaries.
/influx
/influxd
/fluxd
/transpilerd
/bin
/internal/cmd/kvmigrate/kvmigrate
# Project tools that you might install with go build.
/editorconfig-checker
/staticcheck
# Generated static assets
/static/data
/static/static_gen.go
/changelog_artifacts
# The below files are generated with make generate
# These are used with the assests go build tag.
chronograf/canned/bin_gen.go
chronograf/dist/dist_gen.go
chronograf/server/swagger_gen.go
# Ignore TSM/TSI testdata binary files
tsdb/tsi1/testdata
tsdb/testdata
# The rest of the file is the .gitignore from the original influxdb repository,
# copied here to prevent mistakenly checking in any binary files
# that may be present but previously ignored if you cloned/developed before v2.
*~
config.json
/bin/
/query/a.out*
# ignore generated files.
cmd/influxd/version.go
# executables
*.test
**/influx_tsm
!**/influx_tsm/
**/influx_stress
!**/influx_stress/
**/influxd
!**/influxd/
**/influx
!**/influx/
**/influxdb
!**/influxdb/
**/influx_inspect
!**/influx_inspect/
/benchmark-tool
/main
/benchmark-storage
godef
gosym
gocode
inspect-raft
# dependencies
out_rpm/
packages/
# autconf
autom4te.cache/
config.log
config.status
# log file
influxdb.log
benchmark.log
# config file
config.toml
# test data files
integration/migration_data/
test-logs/
# man outputs
man/*.xml
man/*.1
man/*.1.gz
# test outputs
/test-results.xml
junit-results
# profile data
/prof
# vendored files
/vendor
# DShell Ignores
.ash_history
.bash_history
.cache/
.cargo/
.dockerignore
.influxdbv2/
.profile
.rustup/
go/
goreleaser-install