From 66adf4c5087ae1cf38c3daa031482d4b0578c68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Tue, 12 Jul 2022 17:18:34 +0200 Subject: [PATCH] add .ropeproject/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 44799e9a..98c5b90b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.box TAGS .idea +.ropeproject/ # files generated by build build/ @@ -70,4 +71,4 @@ makebuildserver.config.py locale/*/LC_MESSAGES/fdroidserver.mo # sphinx -public/ \ No newline at end of file +public/