From c09a6cf169efeb0f731127faf4abfbe238811cfb Mon Sep 17 00:00:00 2001 From: beorn7 Date: Fri, 15 Nov 2019 12:41:37 +0100 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff61ef8d0..a4148ece8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /prometheus /promtool +/tsdb/tsdb benchmark.txt /data /cmd/prometheus/data