puppet-modulesync-configs/moduleroot/.gitignore.erb
Takashi Kajinami a6bdabedc7 Unpin modulesync
... to use the recent modulesync which is compatible with Ruby 3.0.

Template files are renamed according to the requirement of modulesync
>= 0.8.0[1]

[1] https://github.com/voxpupuli/modulesync/blob/master/CHANGELOG.md#2017-05-05---080

Depends-on: https://review.opendev.org/845530
Change-Id: I64552b454557f9f33f422f4d64c4c01961aef0e0
2022-08-16 14:05:12 +09:00

32 lines
771 B
Plaintext

# 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'
pkg/
Gemfile.lock
vendor/
spec/fixtures/
.vagrant/
.bundle/
coverage/
.idea/
*.iml
/openstack
/log
# Files created by releasenotes build
releasenotes/build
.tox
<% if ! @configs['paths'].nil? -%>
<% @configs['paths'].each do |path| -%>
<%= path %>
<% end -%>
<% end -%>