https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 3d33cacdfad3a18ab30c0ffda5c3753cb2496e55 authored by Daniel Zahn on 02 June 2016, 22:59:15 UTC
aptrepo: mv wikimedia-specific distributions file to role
Tip revision: 3d33cac
.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
/*.iml
back to top