https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 736a7dcf1eb1b34c84bcd95486bd735f20ccb340 authored by Antoine Musso on 10 July 2014, 13:28:18 UTC
zuul: switch installer from setuptools to pip
Tip revision: 736a7dc
.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