Changeset 5817
- Timestamp:
- 07/04/09 06:13:18 (3 years ago)
- Location:
- trunk/Padre-Plugin-Ecliptic
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Padre/Plugin/Ecliptic/OpenResourceDialog.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Ecliptic/Changes
r5709 r5817 1 1 Changes 2 3 - Ignore blib directory as well. 2 4 3 5 =head1 0.14 2009.6.29 -
trunk/Padre-Plugin-Ecliptic/lib/Padre/Plugin/Ecliptic/OpenResourceDialog.pm
r5709 r5817 135 135 136 136 # ignore .svn/.git checkbox 137 $self->_ignore_dir_check( Wx::CheckBox->new( $self, -1, Wx::gettext('Ignore CVS/.svn/.git folders')) );137 $self->_ignore_dir_check( Wx::CheckBox->new( $self, -1, Wx::gettext('Ignore CVS/.svn/.git/blib folders')) ); 138 138 $self->_ignore_dir_check->SetValue(1); 139 139 … … 232 232 $rule->or( $rule->new 233 233 ->directory 234 ->name('CVS', '.svn', '.git' )234 ->name('CVS', '.svn', '.git', 'blib') 235 235 ->prune 236 236 ->discard,
Note: See TracChangeset
for help on using the changeset viewer.
