From 175694d25d28b8467fafb8b61fe3bb8d711c7e92 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 22 Oct 2023 13:27:23 +0200 Subject: [PATCH] .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 85ec8f1..4de896c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/build *.egg-info __pycache__ tests/**/*.jpg