mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
3e97a3630d
The curator doesn't do anything yet; rather, this is the type definition including the anciliary testing scaffold. Improve Makefile and Git developer experience. The top-level Makefile was a bit overloaded in terms of generation of assets and their management. This has been offloaded into separate Makefiles. The Git developer experience sucked due to lack of .gitignore policies. Also: Fix faulty skiplist naming from old merge.
29 lines
228 B
Plaintext
29 lines
228 B
Plaintext
*#
|
|
*.[568ao]
|
|
*.a[568o]
|
|
*.cgo*.c
|
|
*.cgo*.go
|
|
*.conf
|
|
*.exe
|
|
*.orig
|
|
*.pyc
|
|
*.rej
|
|
*.rules
|
|
*.so
|
|
*~
|
|
.*.swp
|
|
._*
|
|
.DS_Store
|
|
.git
|
|
.gitignore
|
|
.nfs.*
|
|
[568a].out
|
|
_cgo_*
|
|
core
|
|
|
|
*-stamp
|
|
leveldb-1.7.0*
|
|
protobuf-2.4.1*
|
|
snappy-1.0.5*
|
|
prometheus.build
|