https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: 2d0b43624f3052ba39b563702cb5487d25afa081 authored by Ariel T. Glenn on 15 March 2016, 12:33:57 UTC
pylint list-last-n-good-dumps.py most of the rest
Tip revision: 2d0b436
.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
/*.iml
back to top