mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
This removes several outdated or unnecessary ignore patterns. Especially those that match random words such as 'local' or 'core', which repeatedly caused weird behavior that's hard to debug, e.g. invisble vendored files.
28 lines
222 B
Plaintext
28 lines
222 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
|