https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 85726285226a612ad0d29497114ee10adad3cede authored by Ori.livneh on 24 November 2014, 20:14:32 UTC
Revert "hhvm: set nofile limit to unlimited"
Tip revision: 8572628
.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