bitcoin-maintainer-tools
bitcoin-maintainer-tools copied to clipboard
`update-translations.py` script leaves behind `*.orig` files
After running python3 ../bitcoin-maintainer-tools/update-translations.py tons of *.orig files remain in the repo.
They are ignored by git due to the .gitignore but they are not subjects for make clean or make distclean.
Is there any purpose to keep *.orig files after update-translations.py finished?