From ab83c930ef2698a47b0c36a79b5b5988a60a6ee3 Mon Sep 17 00:00:00 2001 From: Alexander Sashnov Date: Thu, 7 Jan 2021 03:32:44 +0700 Subject: [PATCH] gitignore: ignore .user (QtCreator local user settings, not portable) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 259148f..c544c38 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ *.exe *.out *.app + +# QtCreator Environment Settings (not suitable for sharing) +kiwix-desktop.pro.user