Skip to content

Commit 8768ee3

Browse files
committed
Ignore *.img images in files folder
Some (qcow) images have .img file name extension (e.g. Cirros). Ignore such files in files/ folder too (as we already do with .qcow2 and .gz images). Change-Id: Iac8593b65205e25fd3f94244a136c584d9af8eab
1 parent 10f832e commit 8768ee3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ doc/files
1212
doc/build
1313
files/*.gz
1414
files/*.qcow2
15+
files/*.img
1516
files/images
1617
files/pip-*
1718
files/get-pip.py*

0 commit comments

Comments
 (0)