IDE: scan for fpc sources: skip some folders

This commit is contained in:
mattias 2023-06-30 11:59:08 +02:00
parent 91b5bead90
commit fee512f76c

View File

@ -303,7 +303,6 @@ begin
'photos',
'movies',
'videos',
'applications',
'calendar',
'calendars',
'mail',
@ -313,6 +312,14 @@ begin
'caches',
'trash',
'containers',
{$IFDEF darwin}
'applications',
{$ENDIF}
{$IFDEF Linux}
'proc',
'sys',
'dev',
{$ENDIF}
'tmp': continue;
end;
{$IFDEF VerboseFPCSrcScanThead}