Add tsdb/tsdb to .gitignore

This is built this way by the Makefile. One might ask if that's the
correct location for the `tsdb` tool or if it should be placed
top-level together with `prometheus` and `promtool`. But for now, it
should be excluded from Git like the latter two.

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2019-11-15 12:41:37 +01:00
parent 85cae37107
commit c09a6cf169
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
/prometheus /prometheus
/promtool /promtool
/tsdb/tsdb
benchmark.txt benchmark.txt
/data /data
/cmd/prometheus/data /cmd/prometheus/data