influxdb/.gitignore

90 lines
980 B
Plaintext
Raw Normal View History

2016-10-17 15:33:13 +00:00
# Keep editor-specific, non-project specific ignore rules in global .gitignore:
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
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/
/query/a.out*
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
2016-10-17 15:33:13 +00:00
*.test
2015-12-26 22:13:54 +00:00
influx_tsm
**/influx_tsm
!**/influx_tsm/
2015-09-01 01:11:00 +00:00
influx_stress
**/influx_stress
!**/influx_stress/
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/
2015-10-09 18:14:12 +00:00
influx_inspect
**/influx_inspect
!**/influx_inspect/
/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
# log file
2014-02-27 17:42:58 +00:00
influxdb.log
benchmark.log
# config file
config.toml
# test data files
integration/migration_data/
test-logs/
2014-08-19 09:09:23 +00:00
2016-07-15 21:43:05 +00:00
# man outputs
man/*.xml
man/*.1
man/*.1.gz
# test outputs
/test-results.xml
# profile data
/prof
# vendored files
/vendor
2019-11-17 13:31:12 +00:00
/gen
# 2.0 build artefacts
/chronograf
/http
/ui