Files
deb-python-taskflow/.gitignore
Joshua Harlow 16c7b8aa19 Move to using pbr.
The new way to build packages and perform setuptools
interactions seems to be via the pbr library so to
play well with others, use said library.

Change-Id: I519503fdf59457dc554870b8e6ff61613ab30d11
2013-07-07 21:46:32 -07:00

49 lines
396 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.settings
# DS_STORE
.DS_Store
# Modified Files
*.swp
# PBR
build
AUTHORS
ChangeLog