influxdb/.gitignore

76 lines
727 B
Plaintext

*~
src/
config.json
/test
/bin/
/pkg/
TAGS
flymake.sh
refresh_tags.sh
a.out
# vim temp files
*.swp
*.test
/query/a.out*
.DS_Store
# ignore generated files.
cmd/influxd/version.go
parser/lex.yy.c
parser/y.tab.h
parser/y.tab.c
parser/test_memory_leaks
protocol/protocol.pb.go
build/
# executables
influxd
**/influxd
!**/influxd/
influxdb
**/influxdb
!**/influxdb/
/benchmark-tool
/main
/benchmark-storage
godef
gosym
gocode
inspect-raft
# dependencies
out_rpm/
packages/
# autconf
autom4te.cache/
config.log
config.status
Makefile
# log file
influxdb.log
benchmark.log
# config file
config.toml
/data/
# test data files
integration/migration_data/
# goide project files
.idea
# goconvey config files
*.goconvey