1
0
Fork 0

Merging upstream version 1.15.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-28 19:30:37 +02:00
parent ba8e0a83c7
commit 60d97c7cb2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
24 changed files with 310 additions and 146 deletions

View file

@ -63,6 +63,7 @@ bool next_filename( std::list< std::string > & filenames,
if( ignore_stdin ) continue;
input_filename = "."; return true;
}
if( Exclude::excluded( input_filename.c_str() ) ) continue; // skip file
struct stat st;
if( stat( input_filename.c_str(), &st ) == 0 && S_ISDIR( st.st_mode ) )
{