Merge pull request #1787 from prometheus/fabxc-gitignore

gitignore: clean up
This commit is contained in:
Fabian Reinartz 2016-07-04 11:47:44 +02:00 committed by GitHub
commit f26823afa7

22
.gitignore vendored
View file

@ -1,16 +1,10 @@
*# *#
*.[568ao] .#*
*.a[568o] *-stamp
*.cgo*.c
*.cgo*.go
/*.yaml /*.yaml
/*.yml /*.yml
/*.rules /*.rules
*.exe *.exe
*.orig
*.pyc
*.rej
*.so
# Editor files # # Editor files #
################ ################
@ -20,12 +14,6 @@
*.iml *.iml
.idea .idea
.DS_Store
.nfs.*
[568a].out
core
*-stamp
/prometheus /prometheus
/promtool /promtool
benchmark.txt benchmark.txt
@ -34,12 +22,6 @@ benchmark.txt
/.release /.release
/.tarballs /.tarballs
.#*
command-line-arguments.test
*BACKUP*
*LOCAL*
*REMOTE*
!/circle.yml !/circle.yml
!/.travis.yml !/.travis.yml
!/.promu.yml !/.promu.yml