From 7c62ff1e4d79d65a0e63b4f14201565a0a112f98 Mon Sep 17 00:00:00 2001 From: Consilience Media Date: Tue, 18 Dec 2012 01:15:19 +0000 Subject: [PATCH] Update SugarCRM.gitignore for SugarCRM 6.5.8 Added blowfish, which has moved from cache to custom. cache/htmlclean is a new directory. custom/application has moved up a level to custom/Extension/application --- SugarCRM.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index c2d893a9..d23dc8aa 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -18,12 +18,16 @@ cache/smarty/cache/* cache/smarty/templates_c/* cache/themes/* cache/xml/* +cache/htmlclean/URI/* +cache/htmlclean/HTML/* # Ignore some files and directories from the custom directory. custom/history/* custom/modulebuilder/* custom/working/* custom/modules/*/Ext/ custom/application/Ext/* +custom/Extension/application/Ext/* +custom/blowfish/* # Custom configuration should also be ignored. /config.php /config_override.php