From 8fbab8a6ed6a6f071944eb8d909d194e57c69c44 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sun, 31 Mar 2024 15:57:05 +0200 Subject: [PATCH] Update ignores --- .gitignore | 17 +++++++++++------ app/.gitignore | 3 ++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2ecfc52..2409c7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ -/*.xpi -/SysTray-X -/app/SysTray-X/.qmake.stash -/app/SysTray-X/SysTray-X.pro.user.* -/bin -/bin-* +*.xpi +SysTray-X +app/SysTray-X/.qmake.stash +app/SysTray-X/SysTray-X.pro.user.* +bin +bins +bin-* +tmp +Test +Old +Doc diff --git a/app/.gitignore b/app/.gitignore index 30d388a..ac67559 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,2 @@ -build* \ No newline at end of file +build* +Test