mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:59:12 +00:00
Added feature to ignore specific media files. E.g. to ignore .png media files, add '*.png' to .photoviewignore file or add 'img_1234.jpg' to ignore a specific file. This applies to the current dir and any potential subdir. Matching is case sensitive. File ignore pattern must include a '.', otherwise the pattern is treated as a dir ignore pattern. Signed-off-by: Kjeldgaard <Kjeldgaard@users.noreply.github.com>