From caf275c3a9d86fad0487bbcc080a65fe4b1a243c Mon Sep 17 00:00:00 2001 From: Neil Kandalgaonkar Date: Wed, 25 Jan 2012 02:15:42 +0000 Subject: [PATCH] git should ignore image directories and cache files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d4db08443d..6688707225 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ nbproject* project.index static* tags +cache/*.cdb +images/[0-9a-f] +images/temp +images/thumb -- 2.20.1