From 6926fc5cea03dabe519e2d8a2888eea5b7e1d63c Mon Sep 17 00:00:00 2001 From: quix0r 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