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
|
|
|
*~
|
2014-07-14 22:37:22 +00:00
|
|
|
src/
|
2013-09-29 19:57:12 +00:00
|
|
|
|
2013-10-21 18:54:37 +00:00
|
|
|
config.json
|
2013-09-29 19:57:12 +00:00
|
|
|
/bin/
|
|
|
|
|
2014-06-27 16:57:06 +00:00
|
|
|
/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/
|
|
|
|
|
2014-06-27 16:57:06 +00:00
|
|
|
/benchmark-tool
|
2013-11-06 20:46:42 +00:00
|
|
|
/main
|
2014-06-04 18:31:39 +00:00
|
|
|
/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
|
2013-12-11 18:49:11 +00:00
|
|
|
|
|
|
|
# log file
|
2014-02-27 17:42:58 +00:00
|
|
|
influxdb.log
|
|
|
|
benchmark.log
|
2014-03-07 19:13:15 +00:00
|
|
|
|
|
|
|
# config file
|
|
|
|
config.toml
|
2014-08-15 17:18:43 +00:00
|
|
|
|
|
|
|
# test data files
|
|
|
|
integration/migration_data/
|
2014-08-19 09:09:23 +00:00
|
|
|
|
2016-07-15 21:43:05 +00:00
|
|
|
# man outputs
|
|
|
|
man/*.xml
|
|
|
|
man/*.1
|
2016-07-15 21:44:10 +00:00
|
|
|
man/*.1.gz
|
2017-04-10 15:25:19 +00:00
|
|
|
|
|
|
|
# test outputs
|
|
|
|
/test-results.xml
|