From c94112b6b33439157cc04e29a33676d9af07263e Mon Sep 17 00:00:00 2001 From: Cyp Date: Tue, 5 Jun 2012 23:20:29 +0200 Subject: [PATCH] Fix .gitignore. The tools/image/image in .gitignore was mysteriously changed to be a directory only in c346e9ebb6abafc9be31325ce3b2ce1c2f42227a, and the file therefore fails to be ignored. --- tools/image/.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/image/.gitignore b/tools/image/.gitignore index 8908de84b..c1212f98c 100644 --- a/tools/image/.gitignore +++ b/tools/image/.gitignore @@ -1,6 +1,5 @@ -image/ +image image.pro # Mac builds build/ -