https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 6bcff9d66839b9414fb4e1f1facfbb4585febfbe authored by Antoine Musso on 07 March 2017, 22:28:21 UTC
zuul: the deb packages creates /etc/zuul
Tip revision: 6bcff9d
.gitignore
# Puppet's repository shouldn't have any editor backup files
*~

# Ignore .project (for eclipse/geppetto)
.project

# vim swap files are unwanted
*.swp

# 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
/Gemfile.lock

# python venv wrapper
/.tox

# Jetbrain's IDEA editor settings
/.idea
/*.iml
back to top