From d6e36508b3c1e18c11739445e81bf058674ec6c9 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 30 Aug 2012 00:23:47 +0200 Subject: [PATCH] Add cache/ to .gitignore On fenari we've always got: > Untracked files: > (use "git add ..." to include in what will be committed) > > cache/l10n/ > cache/message-timestamp And on my localhost also several files and stuff extensions have put in there. Might as well ignore cache entirely instead of just .cdb files. Change-Id: I3c594a0f746341687c2a35eed5dc2c2b91e68265 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e057d36442..ff3ced3d4a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ nbproject* project.index # MediaWiki install & usage -cache/*.cdb +cache images/[0-9a-f] images/archive images/deleted -- 2.20.1