influxdb/.gitignore

69 lines
615 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
/bin/
/pkg/
2013-10-03 04:34:09 +00:00
TAGS
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.
2014-10-21 05:32:47 +00:00
cmd/influxd/version.go
2013-10-17 15:42:01 +00:00
2013-10-25 20:03:52 +00:00
# executables
2015-02-17 19:55:20 +00:00
2015-02-17 23:24:07 +00:00
influxd
2015-02-17 19:55:20 +00:00
**/influxd
!**/influxd/
2015-03-23 21:29:41 +00:00
influx
**/influx
!**/influx/
2015-02-17 23:24:07 +00:00
influxdb
2015-02-17 19:55:20 +00:00
**/influxdb
!**/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-05-16 11:52:29 +00:00
/data/
# test data files
integration/migration_data/
2014-08-19 09:09:23 +00:00
# goide project files
.idea
2015-02-10 16:28:39 +00:00
# goconvey config files
*.goconvey