diff options
author | Chris Wanstrath <chris@ozmm.org> | 2012-04-18 11:38:58 -0700 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2012-04-18 11:38:58 -0700 |
commit | 45b39fabf7ff4d28af4a546b47135ee457659fa4 (patch) | |
tree | bf60618601ebc4a28d96ebaa9967bfd3852585cc /SugarCRM.gitignore | |
parent | 9ee6788e7caaade0280fe323646264174714eaa0 (diff) | |
download | gitignore-45b39fabf7ff4d28af4a546b47135ee457659fa4.tar.gz gitignore-45b39fabf7ff4d28af4a546b47135ee457659fa4.zip |
Group custom/ dirs in SugarCRM ignore
Diffstat (limited to 'SugarCRM.gitignore')
-rw-r--r-- | SugarCRM.gitignore | 4 |
1 files changed, 1 insertions, 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/* |