From 45b39fabf7ff4d28af4a546b47135ee457659fa4 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 18 Apr 2012 11:38:58 -0700 Subject: [PATCH] Group custom/ dirs in SugarCRM ignore --- SugarCRM.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 8374eb69..c2d893a9 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -23,6 +23,7 @@ custom/history/* custom/modulebuilder/* custom/working/* custom/modules/*/Ext/ +custom/application/Ext/* # Custom configuration should also be ignored. /config.php /config_override.php @@ -30,6 +31,3 @@ custom/modules/*/Ext/ silentUpgrade*.php # Logs files can safely be ignored. *.log -# Ignore Files Built By Other Files -custom/modules/*/Ext/ -custom/application/Ext/*