mirror of
https://github.com/jordansissel/fpm
synced 2025-08-29 04:01:33 +02:00
28 lines
198 B
Plaintext
28 lines
198 B
Plaintext
# vim
|
|
.*.sw[a-z]
|
|
|
|
# build byproducts
|
|
build-*/*
|
|
fpm.wiki
|
|
*.gem
|
|
*.pkg
|
|
|
|
# python
|
|
*.pyc
|
|
|
|
# RVM
|
|
.rvmrc
|
|
.ruby-gemset
|
|
.ruby-version
|
|
|
|
.yardoc
|
|
coverage
|
|
test/tmp
|
|
Gemfile.lock
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
.rbx
|
|
.vagrant
|