Files
deb-python-testtools/.gitignore
Robert Collins 915b2b604c Switch to pbr as a build system
This automates the manual dance around version numbers for less maintenance pain.

The main visible changes are:
- requirements are in requirements.txt for now
- tags must be just x.y.z not testtools-x.y.z
- version information in __init__ is dynamically looked up.
- we can probably cleanup a bunch of our bootstrap import glue but in
  the interest of clear reviews, and avoiding surprises, I'm leaving
  that alone for now.

Change-Id: Ia54f681b50764a94ada68a6b2ac1bc77bfb619c5
2015-05-05 11:18:00 +12:00

22 lines
197 B
Plaintext

__pycache__
./build
MANIFEST
dist
tags
TAGS
apidocs
_trial_temp
doc/_build
.testrepository
.lp_creds
./testtools.egg-info
*.pyc
*.swp
*~
testtools.egg-info
/build/
/.env/
/.eggs/
AUTHORS
ChangeLog