https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 6ed4d15a9d3a74fcfbc27c8967085fda08e99a70 authored by Matanya Moses on 20 July 2014, 13:15:18 UTC
puppetmaster: qualify var
Tip revision: 6ed4d15
.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
back to top