Browse Source

Merge pull request #5285 from prometheus/beorn7/cleanup

Cleanup .gitignore
pull/5300/head
Björn Rabenstein 6 years ago committed by GitHub
parent
commit
32130cbbfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .gitignore

6
.gitignore vendored

@ -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

Loading…
Cancel
Save