From 79729fc1c157f0654a450e2dca50b0b2810faa78 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 5 Nov 2023 13:38:07 +0100 Subject: installer: fix output directory as symlink --- installer/.gitignore | 1 + installer/Output/.gitignore | 1 - installer/Output/.gitkeep | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 installer/.gitignore delete mode 100644 installer/Output/.gitignore delete mode 100644 installer/Output/.gitkeep diff --git a/installer/.gitignore b/installer/.gitignore new file mode 100644 index 00000000..f569d96c --- /dev/null +++ b/installer/.gitignore @@ -0,0 +1 @@ +/Output diff --git a/installer/Output/.gitignore b/installer/Output/.gitignore deleted file mode 100644 index 72e8ffc0..00000000 --- a/installer/Output/.gitignore +++ /dev/null @@ -1 +0,0 @@ -* diff --git a/installer/Output/.gitkeep b/installer/Output/.gitkeep deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.3