Add the .gitignore file and update the pbr version

Change-Id: I80c4210f631a371e427459d54c3a6a9f5c458763
This commit is contained in:
Longgeek 2014-07-01 01:53:48 +08:00
parent de8ce41b2f
commit 93bcfe5955
2 changed files with 15 additions and 1 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Python stuff
*.pyc
.idea
.venv
.tox
tags
.testrepository
# Vim stuff
.swp
.swo
.*.swp
.*.swo
.ropeproject

View File

@ -1 +1 @@
pbr>=0.6,<1.0
pbr>=0.6,!=0.7,<1.0