Revision 6640d21122d86c7a55559525425e334904484be0 authored by Andrew Bogott on 05 June 2017, 20:39:40 UTC, committed by Andrew Bogott on 05 June 2017, 20:39:40 UTC
This reverts commit 581fbf6981d537c31935e8da6c336bff385a4433.

Change-Id: I95a3dcdc2f875784a53436d0e71013c3b331ab94
1 parent 581fbf6
Raw File
.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
/Gemfile.lock

# python venv wrapper
/.tox

# Jetbrain's IDEA editor settings
/.idea
/*.iml
back to top