mirror of
https://github.com/prometheus/prometheus.git
synced 2026-03-14 14:43:49 -04: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.
27 lines
222 B
Text
27 lines
222 B
Text
*#
|
|
.#*
|
|
*-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
|