cookiecutter/{{cookiecutter.repo_name}}
Jeremy Stanley da86f5e042 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).

Change-Id: Ib58a57267b064e4142686de6c37a70dbff04b9a7
2018-08-16 15:13:50 +00:00
..
doc Convert to new docs PTI 2018-06-08 18:12:09 -04:00
releasenotes Add support for storyboard 2018-05-07 16:57:23 +00:00
{{cookiecutter.module_name}} Fix errors found from making a project 2017-07-10 14:44:56 -05:00
.coveragerc don't need to omit this as oslo libs are now used 2016-08-02 13:02:24 -07:00
.gitignore Clean up .gitignore references to personal tools 2018-08-16 15:13:50 +00:00
.gitreview Add .gitreview generation 2014-05-22 14:33:58 +02:00
.mailmap Add coverage and babel configs 2013-08-18 15:31:49 -04:00
.stestr.conf Switch to use stestr as the default test runner 2017-09-22 10:32:02 -04:00
CONTRIBUTING.rst Fixed two issues regarding cookiecutter template 2018-06-02 13:42:46 +02:00
HACKING.rst Fix docs.o.o URLs 2017-09-07 16:34:01 +02:00
LICENSE Modified to work for OpenStack projects 2013-08-18 14:28:57 -04:00
README.rst Add support for storyboard 2018-05-07 16:57:23 +00:00
babel.cfg Add coverage and babel configs 2013-08-18 15:31:49 -04:00
requirements.txt Bump pbr to 2.0, Sphinx to 1.5 2017-03-21 15:38:36 +00:00
setup.cfg Convert to new docs PTI 2018-06-08 18:12:09 -04:00
setup.py Remove pbr version from setup.py 2017-07-10 13:02:09 -07:00
test-requirements.txt Convert to new docs PTI 2018-06-08 18:12:09 -04:00
tox.ini Convert to new docs PTI 2018-06-08 18:12:09 -04:00

README.rst

{{ cookiecutter.repo_name }}

{{ cookiecutter.project_short_description}}

Please fill 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.

* Source: https://git.openstack.org/cgit/{{cookiecutter.repo_group}}/{{ cookiecutter.repo_name }} {%- if cookiecutter.bug_tracker == 'Launchpad' -%} * Bugs: https://bugs.launchpad.net/{{ cookiecutter.bug_project }} {%- elif cookiecutter.bug_tracker == 'Storyboard' -%} * Bugs: https://storyboard.openstack.org/#!/project/{{ cookiecutter.bug_project }} {%- endif -%}

Features

  • TODO