From aa60b9b7a8568f0b4b29b57d6dc475aced252370 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Thu, 8 Sep 2011 17:06:04 -0300 Subject: [PATCH] Added to ignore the custom/modules/*/Ext/ directory, since these files are always built. --- SugarCRM.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 833485e3..44ff2163 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -22,6 +22,7 @@ cache/xml/* custom/history/* custom/modulebuilder/* custom/working/* +custom/modules/*/Ext/ # Custom configuration should also be ignored. /config.php /config_override.php