summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore releasenote cache within git untracked filesHervé Beraud2019-12-181-0/+2
| | | | Change-Id: If616ac023f578f073d9ae8596bc8ce870096ef0b
* Clean up .gitignore references to personal toolsZhongShengping2018-10-151-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix the coverage tox testsKenneth Giusti2018-08-201-0/+1
| | | | Change-Id: I45f7269c95807e7a804f116c2d1aed6baf9f46e2
* Switch to stestrVu Cong Tuan2018-07-041-1/+1
| | | | | | | | | | 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
* Add reno for releasenotes managementKirill Bespalov2016-05-191-0/+1
| | | | | | | An initial patch to add reno and create a base directory for release notes Change-Id: If393d865f3f054379a713d0e9f905d43b2faeccb
* ignore .eggs directoryZhiQiang Fan2015-11-231-0/+1
| | | | | | | | | | | 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
* Ignore any egg and egg-info directoriesDoug Hellmann2014-02-051-1/+2
| | | | | | | 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
* Add oslo.messaging project infrastructureMark McLoughlin2013-06-151-0/+14