From 6e68867edfb7c7e417c34778d3e939fb5af7d4b2 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 28 Feb 2019 16:37:50 +0100 Subject: [PATCH] Cleanup .gitignore `*-stamp`, `/.build`, `/.release`, `/.tarballs` are remnants from our old build system. `*.rules` are Prom1.x rules files. CircleCI config is now in its own directory. Signed-off-by: beorn7 --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index 05ffbb95f..142a637cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ *# .#* -*-stamp /*.yaml /*.yml -/*.rules *.exe /prometheus @@ -12,11 +10,7 @@ benchmark.txt /data /cmd/prometheus/data /cmd/prometheus/debug -/.build -/.release -/.tarballs -!/circle.yml !/.travis.yml !/.promu.yml /documentation/examples/remote_storage/remote_storage_adapter/remote_storage_adapter