From 5f2aeaef0019bbd609088e36e4f26cbb97ceb3b8 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 4 Dec 2023 09:09:37 +0100 Subject: [PATCH] Updated gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index edb77ec..7881b10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.pro.user +*.pro.user* /build *.o *.dylib @@ -7,6 +7,9 @@ qrc_* moc_* ui_* Makefile +*.dll +*.a +build-* # IDEs .idea