https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 12d1f92134209f0e3f80f93ac275af7c991a787b authored by YuviPanda on 05 October 2015, 20:31:01 UTC
tools: Add puppetmaster/client roles
Tip revision: 12d1f92
.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:
/doc/*
!/doc/README

# ctags generated file (see `rake tags`)
/tags

# local ruby configuration
/.rbenv-version

# python venv wrapper
/.tox

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