https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: c307ece6839f343703262bf0ad640758a6ecd447 authored by juniorsys on 15 January 2017, 02:52:09 UTC
ganglia module: Use full names for class names
Tip revision: c307ece
.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 and related support path:
/doc/*
!/doc/README
*.yardoc*
/.yardwarns

# 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