30b1f38a4c
When the openrc file is managed by Git, your local changes end up conflicting with the remote version. This change renames the openrc file to openrc.default and updates the README.md file to take this into account. Change-Id: I4e5def6b38c3690a0c5d2ca64fa84045dc255fae
59 lines
496 B
Plaintext
59 lines
496 B
Plaintext
openrc
|
|
*.py[cod]
|
|
__cache__
|
|
.cache
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
MANIFEST
|
|
TAGS
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
report.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
|
|
# Local example
|
|
example_local.py
|
|
|
|
# Local settings
|
|
local_settings.py
|
|
|
|
# Documentation
|
|
doc/_build/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Certs
|
|
/ca.crt
|
|
/ca.pem
|