1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-24 03:14:30 +02:00
fpm/.gitignore
seph 16ba27251e 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:37:19 -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