bitcoin-maintainer-tools icon indicating copy to clipboard operation
bitcoin-maintainer-tools copied to clipboard

`update-translations.py` script leaves behind `*.orig` files

Open hebasto opened this issue 4 years ago • 0 comments

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?

hebasto avatar Jun 02 '21 12:06 hebasto