From 531059371235239e35b8f18963e59debf21abac8 Mon Sep 17 00:00:00 2001 From: Jens Jahnke Date: Fri, 1 Jul 2011 10:53:12 +0200 Subject: [PATCH] Ignore some files and directories from the custom directory. --- SugarCRM.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 53cbacd0..49ef4bed 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -15,6 +15,10 @@ cache/pdf/* cache/smarty/cache/* cache/smarty/templates_c/* cache/xml/* +# Ignore some files and directories from the custom directory. +custom/history/* +custom/modulebuilder/* +custom/working/* # Custom configuration should also be ignored. /config.php /config_override.php