From a22b612140f7ba414fbf08240aa32b1cf99c52a7 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Fri, 22 Nov 2024 20:05:44 +0100 Subject: [PATCH] Ignore 'target' folders in e4tools Because in PDE we have packages that contain an element named 'target' we cannot generally ignore 'target'-folders and the patterns have to be more specific than usual. --- e4tools/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 e4tools/.gitignore diff --git a/e4tools/.gitignore b/e4tools/.gitignore new file mode 100644 index 0000000000..eb222d05df --- /dev/null +++ b/e4tools/.gitignore @@ -0,0 +1,2 @@ +# DO NOT ignore all 'target' folders in the repo-root because PDE has numerous packages with elements named 'target' +target/