educelab / volume-cartographer

Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
63 stars 22 forks source link

Make vc_packager ignore UNIX style hidden files #78

Closed TheCleric closed 8 months ago

TheCleric commented 8 months ago

Fixes #77

TheCleric commented 8 months ago

@csparker247 I have done as you asked.

csparker247 commented 8 months ago

Removed the starts_with function since we can just check the first character of the filename in this case. Also C++20 adds a string::starts_with function, so no need to implement it unless we really need it. Also renamed FileExtensionFilters.hpp to FileFilters.hpp.

Thanks for the bug report and contribution!