From 8768ee39c4775b656304169e18acce3c3c0dd095 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Sun, 12 Apr 2015 10:23:08 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c6900c881c..afc221ffa6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ doc/files doc/build files/*.gz files/*.qcow2 +files/*.img files/images files/pip-* files/get-pip.py*