prometheus/.gitignore
Tom Wilkie 3141a6b36b Compress remote storage requests and responses with unframed/raw snappy. (#2696)
* Compress remote storage requests and responses with unframed/raw snappy, for compatibility with other languages.

* Remove backwards compatibility code from remote_storage_adapter, update example_write_adapter

* Add /documentation/examples/remote_storage/example_write_adapter/example_writer_adapter to .gitignore
2017-05-10 16:42:59 +02:00

30 lines
391 B
Plaintext

*#
.#*
*-stamp
/*.yaml
/*.yml
/*.rules
*.exe
# Editor files #
################
*~
.*.swp
.*.swo
*.iml
.idea
/prometheus
/promtool
benchmark.txt
/data
/.build
/.release
/.tarballs
!/circle.yml
!/.travis.yml
!/.promu.yml
/documentation/examples/remote_storage/remote_storage_adapter/remote_storage_adapter
/documentation/examples/remote_storage/example_write_adapter/example_writer_adapter