blob: 6a74c8af1de50588172489f202c0179ce282782b [file] [log] [blame]
# Instead of adding editor specific entries to this file, please use
# core.excludesFile setting on your global git setting to ignore for
# all oyur repositories, for details see:
# https://git-scm.com/docs/gitignore
#
# Puppet's repository shouldn't have any editor backup files
*~
# Ignore .project (for eclipse/geppetto)
.project
# vim swap files are unwanted
*.sw?
# Compiled Python files are useless
*.pyc
/private/
# Automatically generated documentation and related support path:
/doc/*
!/doc/README
*.yardoc*
/.yardwarns
# ctags generated file (see `rake tags`)
/tags
# local ruby configuration
/.rbenv-version
.ruby-version
/Gemfile.lock
/.bundle/
# bundle install adds gems to vendor/bundle
/vendor/
# python venv wrapper + test artifacts
**/.tox
**/.coverage
# Jetbrain's IDEA editor settings
/.idea
*.iml
# vscode
/.vscode
# Vagrant directory
.vagrant
# Operating systems
## Mac OS X
.DS_Store
## Windows
Thumbs.db
# XXX Pontoon hacks
hieradata/auto.yaml
# files created by shared spec_helper
/spec/fixtures
# Puppet Bolt Hacks
## Bolt Files
/.rerun.json
/bolt-debug.log
/bolt-project.yaml
/hiera.yaml
/inventory.yaml
## Puppet 6.0 dropped the nagios modules, so we clone our own copy
/bolt/modules/nagios_core
/bolt/modules/mailalias_core
## Clone of git@github.com:wikimedia/labs-private.git
/private
# created by beaker
/log
# g10k state files, these improve g10k's speed when syncing modules, but that
# is not a concern at present
.latest_commit