Commit Graph

8 Commits

Author SHA1 Message Date
Hervé Beraud 2a4cea9e85 Ignore releasenote cache within git untracked files
Change-Id: If616ac023f578f073d9ae8596bc8ce870096ef0b
2019-12-18 17:03:10 +01:00
ZhongShengping b868aebf45 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 I1b41efac219fca44e2548fc36633724d0ecfc0cb
from the openstack-dev/oslo-cookiecutter repository.

Change-Id: I4078179f3d55847ea23f8790572ba911e52fce53
2018-10-15 11:49:38 +08:00
Kenneth Giusti d8b0d48055 Fix the coverage tox tests
Change-Id: I45f7269c95807e7a804f116c2d1aed6baf9f46e2
2018-08-20 15:20:47 -04:00
Vu Cong Tuan 7e5be7c54c Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I89b785c91738ab62e3f42da42c431b9df8ccfd70
2018-07-04 08:33:49 +07:00
Kirill Bespalov 0991a696ca Add reno for releasenotes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: If393d865f3f054379a713d0e9f905d43b2faeccb
2016-05-19 17:14:31 +03:00
ZhiQiang Fan 16f956d6f3 ignore .eggs directory
This directory contains eggs that were downloaded by setuptools
to build, test, and run plug-ins.

This directory caches those eggs to prevent repeated downloads.

We need to ignore it.

Change-Id: Idd164c7c8952c70487253e5691ba2da33345059a
2015-11-23 18:35:44 -07:00
Doug Hellmann 355d15aee3 Ignore any egg and egg-info directories
Running the tests installs pbr in a way that leaves a .egg directory in
the source tree, so update the ignore file to ignore it.

Change-Id: I7d702c9511992efc518195def0967bc0191d93a9
2014-02-05 09:32:25 -08:00
Mark McLoughlin b5c41bba00 Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00