Add get-pip.py/*.qcow2 to .gitignore
files/get-pip.py and *.qcow2 are installed by DevStack itself. So we shouldn't manage it with the git repository. Change-Id: Ib22ed814d3d3eb33ef3ff45874b0ff36b2036cf5
This commit is contained in:
parent
3f5250fff3
commit
ab491bcc88
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,8 +7,10 @@ src
|
|||||||
localrc
|
localrc
|
||||||
local.sh
|
local.sh
|
||||||
files/*.gz
|
files/*.gz
|
||||||
|
files/*.qcow2
|
||||||
files/images
|
files/images
|
||||||
files/pip-*
|
files/pip-*
|
||||||
|
files/get-pip.py
|
||||||
stack-screenrc
|
stack-screenrc
|
||||||
*.pem
|
*.pem
|
||||||
accrc
|
accrc
|
||||||
|
Loading…
Reference in New Issue
Block a user