summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-07-07 21:22:34 -0700
committerJoshua Harlow <harlowja@gmail.com>2013-07-07 21:46:32 -0700
commit16c7b8aa19e04a1833d568c8ffde92e2c8945370 (patch)
tree573eb58263214c95b7d015b1601c7bbb25dc6270 /.gitignore
parentb89eefea1804ede071747f558bb11571090445b3 (diff)
downloadtaskflow-16c7b8aa19e04a1833d568c8ffde92e2c8945370.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c93623a..221bd42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,8 @@ nosetests.xml
# Modified Files
*.swp
+
+# PBR
+build
+AUTHORS
+ChangeLog