mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
2d2c434d48
- Modified sample conf so it is useable by default, also added some comments from the 'hello world' configuration. - Updated README so there's a clear two step start for newbies. - Added extra vim swap files to gitignore. Change-Id: I76203973db4a7b332014662fcfb2ce5e7d137bd8
37 lines
280 B
Plaintext
37 lines
280 B
Plaintext
*#
|
|
*.[568ao]
|
|
*.a[568o]
|
|
*.cgo*.c
|
|
*.cgo*.go
|
|
*.conf
|
|
*.exe
|
|
*.orig
|
|
*.pyc
|
|
*.rej
|
|
*.so
|
|
|
|
# Editor files #
|
|
################
|
|
*~
|
|
.*.swp
|
|
.*.swo
|
|
|
|
.DS_Store
|
|
._*
|
|
.nfs.*
|
|
/.git
|
|
/.gitignore
|
|
[568a].out
|
|
_cgo_*
|
|
core
|
|
|
|
*-stamp
|
|
prometheus
|
|
|
|
.#*
|
|
command-line-arguments.test
|
|
*BACKUP*
|
|
*BASE*
|
|
*LOCAL*
|
|
*REMOTE*
|