mirror of
https://github.com/prometheus/prometheus
synced 2025-01-07 07:02:09 +00:00
746d330a23
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
|