From 7a7825eeec8e9acb0eeb19d5bc7a350aa9a9b2a1 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 27 Dec 2012 01:46:06 +0000
Subject: [PATCH] Ignore all cache files

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6ebc047fcd..e1b02adc9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,9 @@ inc/.secret
 inc/cache/*.cache
 inc/cache/*.log
 inc/cache/.revision
+inc/cache/_compiled/email/*.cache
 inc/cache/_compiled/html/*.cache
+inc/cache/_compiled/xml/*.cache
 inc/cache/config-local.php
 inc/cache/sess_*
 /nbproject
-- 
2.39.5