https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 6598d86199c9037f0bc2f14abcc9d3fc6c0f7666 authored by joal on 27 October 2015, 11:32:17 UTC
Update camus runs
Tip revision: 6598d86
.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