Add the .gitignore file and update the pbr version
Change-Id: I80c4210f631a371e427459d54c3a6a9f5c458763
This commit is contained in:
parent
de8ce41b2f
commit
93bcfe5955
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# Python stuff
|
||||
*.pyc
|
||||
.idea
|
||||
.venv
|
||||
.tox
|
||||
tags
|
||||
.testrepository
|
||||
|
||||
# Vim stuff
|
||||
.swp
|
||||
.swo
|
||||
.*.swp
|
||||
.*.swo
|
||||
.ropeproject
|
@ -1 +1 @@
|
||||
pbr>=0.6,<1.0
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user