C4Group: .orig and .svn added to ignore list

stable-5.3
Sven Eberhardt 2012-10-13 17:18:25 +02:00
parent 96cb91a2a2
commit 878f8f9927
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ int iC4GroupRewindFilePtrNoWarn=0;
//---------------------------- Global C4Group_Functions -------------------------------------------
char C4Group_TempPath[_MAX_PATH+1]="";
char C4Group_Ignore[_MAX_PATH+1]="cvs;CVS;Thumbs.db";
char C4Group_Ignore[_MAX_PATH+1]="cvs;CVS;Thumbs.db;.orig;.svn";
const char **C4Group_SortList = NULL;
time_t C4Group_AssumeTimeOffset=0;
bool (*C4Group_ProcessCallback)(const char *, int)=NULL;