.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>
pull/14/head
Stefan Weil 6 months ago
parent 0ec6f83c4c
commit 175694d25d

1
.gitignore vendored

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

Loading…
Cancel
Save