1
0
Fork 0
mirror of https://github.com/qurator-spk/page2tsv.git synced 2025-06-14 22:09:54 +02:00

.gitignore: Ignore build directory

That directory is created by `make all` from ocrd_all and should be ignored
to get a clean `git status`.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2023-10-22 13:27:23 +02:00
parent 0ec6f83c4c
commit 175694d25d

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/build
*.egg-info
__pycache__
tests/**/*.jpg