From db056587e1390f21f95b806261a6b25321dc98b2 Mon Sep 17 00:00:00 2001 From: Ziliang Xiong <s0001516@u5cd94819fs> Date: Tue, 1 Feb 2022 22:43:06 +0100 Subject: [PATCH] amend ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac8ad34..f2622e5 100644 --- a/.gitignore +++ b/.gitignore @@ -142,5 +142,6 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/weights/yolov3-veges_best.weights +cython_debug/ +weights/yolov3-veges_best.weights weights/yolov3-vattenhallen_best.weights -- GitLab