Skip to content

Commit

Permalink
Some Fixes/Add more
Browse files Browse the repository at this point in the history
  • Loading branch information
Master811129 committed Apr 11, 2023
1 parent 6252376 commit 2a15cc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/blacklistformats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ bool ahang::is_blacklistformat(const std::filesystem::path &extension) noexcept
".jpg",".JPG",".jpeg",
".gif",
".svg",
//config files
//config/system files
".conf",
".ini",
".inf",
".db",
//archive files
".zip",
".gz"
".gz",
".rar",
".exe",
//doc files
Expand Down

0 comments on commit 2a15cc9

Please sign in to comment.