2018-10-08 03:39:24 +00:00
|
|
|
# Add patterns in here to exclude files created by tools integrated with this
|
|
|
|
# repository, such as test frameworks from the project's recommended workflow,
|
|
|
|
# rendered documentation and package builds.
|
|
|
|
#
|
|
|
|
# Don't add patterns to exclude files created by preferred personal tools
|
|
|
|
# (editors, IDEs, your operating system itself even). These should instead be
|
|
|
|
# maintained outside the repository, for example in a ~/.gitignore file added
|
|
|
|
# with:
|
|
|
|
#
|
|
|
|
# git config --global core.excludesfile '~/.gitignore'
|
|
|
|
|
2015-11-05 16:07:28 +00:00
|
|
|
pkg/
|
|
|
|
Gemfile.lock
|
|
|
|
vendor/
|
|
|
|
spec/fixtures/
|
|
|
|
.vagrant/
|
|
|
|
.bundle/
|
|
|
|
coverage/
|
|
|
|
.idea/
|
|
|
|
*.iml
|
2018-04-11 00:43:44 +00:00
|
|
|
/openstack
|
|
|
|
/log
|
2016-05-27 20:15:44 +00:00
|
|
|
|
|
|
|
# Files created by releasenotes build
|
|
|
|
releasenotes/build
|
|
|
|
.tox
|