From fed5e35e97681363c06c2f2161a54c6d2abdaa34 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 7 Oct 2024 14:28:55 +0300 Subject: [PATCH] Add missing .pybuild dir in .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9881bfe..5bcf497 100644 --- a/.gitignore +++ b/.gitignore @@ -134,6 +134,8 @@ debian/dangerzone debian/files debian/debhelper-build-stamp debian/dangerzone.* +.pybuild/ + # Other .vscode *.tar.gz @@ -145,4 +147,4 @@ install/windows/Dangerzone.wxs share/container.tar share/container.tar.gz share/image-id.txt -container/container-pip-requirements.txt \ No newline at end of file +container/container-pip-requirements.txt