https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 712b6d6f339e4256adaedae6d4a3507ed5d7a3d1 authored by Giuseppe Lavagetto on 25 July 2015, 16:42:52 UTC
mediawiki: catch thumb_handler.php to HHVM as well
Tip revision: 712b6d6
.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