Revision 30fc0238c1c906d426e8f57955c9572efb225c66 authored by Gilles Dubuc on 13 June 2017, 13:10:11 UTC, committed by Gilles Dubuc on 13 June 2017, 13:10:43 UTC
Bug: T167782
Change-Id: I6c89dc205ffab90856061fae6a61326900bfe853
1 parent e892d1e
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