From 7330272e07e7bc3b72bf17cc4eb69ea9584697de Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Tue, 19 Dec 2017 15:54:33 +0800 Subject: Add pbr as building tool PBR is a library that helps to build python project through configuration files simplifying the deployment for them. This change adds support for it. Change-Id: I77ac639d9ba2df7122cb6a9cec68ae7551bac89e Issue-ID: MULTICLOUD-83 Signed-off-by: Victor Morales Signed-off-by: Bin Yang --- newton/.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'newton/.gitignore') diff --git a/newton/.gitignore b/newton/.gitignore index e86d02b0..d0dc4903 100644 --- a/newton/.gitignore +++ b/newton/.gitignore @@ -8,4 +8,10 @@ logs/*.log .tox .coverage htmlcov/ - +AUTHORS +ChangeLog +nohup.out +openstack_multicloud.egg-info/ +.eggs/ +build/ +test-reports/ -- cgit 1.2.3-korg