From 8463aa66f4d554b8072f52adf54e9532ec07d2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Tue, 29 Mar 2022 17:30:14 +0200 Subject: [PATCH] trivial: add missing files in .gitignore (#63321) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5cc77ff..521d084 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,8 @@ django.mo /hobo.egg-info local_settings.py *.css +.coverage +/build/ +coverage-*.xml +debug.log +junit-*.xml