influxdb/.gitignore

66 lines
616 B
Plaintext
Raw Normal View History

2013-09-29 19:57:12 +00:00
*~
src/
2013-09-29 19:57:12 +00:00
config.json
2013-09-29 19:57:12 +00:00
/test
/bin/
/pkg/
2013-10-03 04:34:09 +00:00
TAGS
flymake.sh
refresh_tags.sh
a.out
2013-10-03 17:15:44 +00:00
2014-07-13 05:49:19 +00:00
# vim temp files
*.swp
2013-10-08 16:56:23 +00:00
*.test
/query/a.out*
2013-10-08 20:28:45 +00:00
.DS_Store
2013-10-08 21:32:33 +00:00
# ignore generated files.
daemon/version.go
parser/lex.yy.c
parser/y.tab.h
parser/y.tab.c
protocol/protocol.pb.go
build/
2013-10-17 15:42:01 +00:00
2013-10-25 20:03:52 +00:00
# executables
/influxdb
/benchmark-tool
2013-11-06 20:46:42 +00:00
/main
/benchmark-storage
2013-10-25 20:03:52 +00:00
godef
2014-03-07 17:06:27 +00:00
gosym
2014-03-24 20:59:54 +00:00
gocode
2014-05-07 16:02:27 +00:00
inspect-raft
2013-10-25 20:03:52 +00:00
2013-10-17 15:42:01 +00:00
# dependencies
2013-10-24 20:55:56 +00:00
out_rpm/
packages/
2013-11-20 20:53:43 +00:00
# autconf
autom4te.cache/
config.log
config.status
Makefile
# log file
2014-02-27 17:42:58 +00:00
influxdb.log
benchmark.log
# config file
config.toml
2014-06-23 14:41:27 +00:00
/admin
2014-05-16 11:52:29 +00:00
/admin/
/data/
# test data files
integration/migration_data/
2014-08-19 09:09:23 +00:00
# goide project files
.idea