oslo-cookiecutter/oslo.{{cookiecutter.module_...
Jeremy Stanley 29a3bae7ac Clean up .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools.

To this end, remove the long-standing sections for "Mr Developer"
and "Editors" since their mere existence here sends the signal that
we welcome (and have time to review) additions for any old tool
someone ever might happen to try. Also add a comment block
explaining this, for clarity.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks called from tox,
documentation and packaging builds, et cetera).

This change is a port of Ib58a57267b064e4142686de6c37a70dbff04b9a7
from the openstack-dev/cookiecutter repository.

Change-Id: I1b41efac219fca44e2548fc36633724d0ecfc0cb
2018-10-05 17:43:14 +00:00
..
doc/source Remove namespace package from project template 2014-11-14 13:21:55 -05:00
oslo_{{cookiecutter.module_name}} Fix class name of the base test case from oslotest 2015-05-09 20:51:24 -04:00
.coveragerc Migrate to stestr 2018-09-13 16:28:11 +00:00
.gitignore Clean up .gitignore references to personal tools 2018-10-05 17:43:14 +00:00
.gitreview Update for use with oslo libraries 2014-01-31 15:22:08 -08:00
.mailmap Update for use with oslo libraries 2014-01-31 15:22:08 -08:00
.testr.conf Remove namespace package from project template 2014-11-14 13:21:55 -05:00
CONTRIBUTING.rst Improve CONTRIBUTING.rst for clarity 2015-05-16 13:15:50 +00:00
HACKING.rst Update links 2018-06-15 21:22:19 +00:00
LICENSE Update for use with oslo libraries 2014-01-31 15:22:08 -08:00
README.rst Update links 2018-06-15 21:22:19 +00:00
babel.cfg Update for use with oslo libraries 2014-01-31 15:22:08 -08:00
requirements.txt Update generated requirements to latest global requirements 2015-05-15 17:15:55 -04:00
setup.cfg Remove pbr warnerrors in favor of sphinx check 2018-02-05 01:16:35 +00:00
setup.py Remove executable bit and shebang from setup.py 2015-07-04 02:11:20 +01:00
test-requirements.txt make tox docs environment follow PTI guidelines for sphinx build 2018-08-09 18:57:29 +01:00
tox.ini Modernize tox.ini 2018-09-21 18:28:15 +00:00

README.rst

oslo.{{ cookiecutter.module_name }}

{{ cookiecutter.project_short_description}}

Please feel here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.