https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 1d968ec7cf12bd41826e81c0fcc6f2c58c9a235c authored by Brandon Black on 02 March 2016, 14:56:48 UTC
wmflib: add hash_select_re and hash_deselect_re
Tip revision: 1d968ec
.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