1
0
mirror of https://github.com/jordansissel/fpm synced 2025-02-22 01:41:13 +01:00
fpm/.gitignore
seph e1ef157dc3 fpm tests can now be run through docker.
This changes the Dockerfile to create docker images suitable for running tests (fpm rspec suite in docker) and also as a normal release (using fpm through docker).

Fixes #1682, #1453
2021-11-09 16:47:02 -08:00

48 lines
360 B
Plaintext

# vim
.*.sw[a-z]
# emacs
\#*#
*~
.#*
# package builds
*.rpm
*.deb
*.pkg.tar*
# build byproducts
build-*/*
fpm.wiki
*.gem
*.pkg
# python
*.pyc
*.egg-info
# RVM
.rvmrc
.ruby-gemset
.ruby-version
.yardoc
coverage
test/tmp
Gemfile.lock
# OS X
.DS_Store
.rbx
.vagrant
# RubyMine
.idea/
docs/_build
docs/.work
.docker-test-everything
.docker-test-minimal