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 <beorn@soundcloud.com>
This commit is contained in:
parent
84df210c41
commit
6e68867edf
|
@ -1,9 +1,7 @@
|
||||||
*#
|
*#
|
||||||
.#*
|
.#*
|
||||||
*-stamp
|
|
||||||
/*.yaml
|
/*.yaml
|
||||||
/*.yml
|
/*.yml
|
||||||
/*.rules
|
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
/prometheus
|
/prometheus
|
||||||
|
@ -12,11 +10,7 @@ benchmark.txt
|
||||||
/data
|
/data
|
||||||
/cmd/prometheus/data
|
/cmd/prometheus/data
|
||||||
/cmd/prometheus/debug
|
/cmd/prometheus/debug
|
||||||
/.build
|
|
||||||
/.release
|
|
||||||
/.tarballs
|
|
||||||
|
|
||||||
!/circle.yml
|
|
||||||
!/.travis.yml
|
!/.travis.yml
|
||||||
!/.promu.yml
|
!/.promu.yml
|
||||||
/documentation/examples/remote_storage/remote_storage_adapter/remote_storage_adapter
|
/documentation/examples/remote_storage/remote_storage_adapter/remote_storage_adapter
|
||||||
|
|
Loading…
Reference in New Issue