mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
a3a92356d9
When creating a new debugdir directory, add a sentinel .garble-debugdir file at its root so that we can later know that we created it and the user is very unlikely to have left important data there. When emptying an existing debugdir directory, only do so if it has that sentinel file, for added safety. Fixes #932.