Browse code

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

Pavlo Shchelokovskyy authored on 2015/04/12 19:23:08
Showing 1 changed files
... ...
@@ -12,6 +12,7 @@ doc/files
12 12
 doc/build
13 13
 files/*.gz
14 14
 files/*.qcow2
15
+files/*.img
15 16
 files/images
16 17
 files/pip-*
17 18
 files/get-pip.py*