trivial: add missing files in .gitignore (#63321)

This commit is contained in:
Corentin Sechet 2022-03-29 17:30:14 +02:00
parent ff3ad37c78
commit 8463aa66f4
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -7,3 +7,8 @@ django.mo
/hobo.egg-info /hobo.egg-info
local_settings.py local_settings.py
*.css *.css
.coverage
/build/
coverage-*.xml
debug.log
junit-*.xml