forked from influxdata/influxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (52 loc) · 821 Bytes
/
.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
*~
config.json
/test
/bin/
/pkg/
TAGS
flymake.sh
refresh_tags.sh
a.out
*.test
/src/query/a.out*
.DS_Store
# ignore generated files.
src/daemon/version.go
src/parser/lex.yy.c
src/parser/y.tab.h
src/parser/y.tab.c
src/protocol/protocol.pb.go
build/
# executables
/server
/daemon
/benchmark
/main
godef
gosym
gocode
inspect-raft
# dependencies
src/code.google.com/p/log4go
src/code.google.com/p/go.crypto/
/src/code.google.com/p/goplan9/
/src/code.google.com/p/goprotobuf/
/src/code.google.com/p/gogoprotobuf/
/src/code.google.com/p/rog-go/
src/code.google.com/p/go.tools
src/launchpad.net/gocheck/
/src/github.com/nsf/gocode/
/src/github.com/*
!/src/github.com/goraft/
out_rpm/
packages/
# autconf
autom4te.cache/
config.log
config.status
Makefile
# log file
influxdb.log
benchmark.log
# config file
config.toml