From 93bcfe5955b427c0b3ca52b178e10bb3932e35b6 Mon Sep 17 00:00:00 2001 From: Longgeek Date: Tue, 1 Jul 2014 01:53:48 +0800 Subject: [PATCH] Add the .gitignore file and update the pbr version Change-Id: I80c4210f631a371e427459d54c3a6a9f5c458763 --- .gitignore | 14 ++++++++++++++ requirements.txt | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..235cf4ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Python stuff +*.pyc +.idea +.venv +.tox +tags +.testrepository + +# Vim stuff +.swp +.swo +.*.swp +.*.swo +.ropeproject diff --git a/requirements.txt b/requirements.txt index 30c9d310..7dfed9a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr>=0.6,<1.0 +pbr>=0.6,!=0.7,<1.0