From 943dbfe170538ef8ec3f8671400778295aafa910 Mon Sep 17 00:00:00 2001 From: Pimpest <82343504+Pimpest@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:11:42 +0100 Subject: [PATCH] Removed log dir from repo --- .gitignore | 4 ++-- log/COLCON_IGNORE | 0 log/latest | 1 - log/latest_build | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 log/COLCON_IGNORE delete mode 120000 log/latest delete mode 120000 log/latest_build diff --git a/.gitignore b/.gitignore index f37bf90..9542ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -log -install +#log/ +#install/ # ---> C++ # Prerequisites *.d diff --git a/log/COLCON_IGNORE b/log/COLCON_IGNORE deleted file mode 100644 index e69de29..0000000 diff --git a/log/latest b/log/latest deleted file mode 120000 index b57d247..0000000 --- a/log/latest +++ /dev/null @@ -1 +0,0 @@ -latest_build \ No newline at end of file diff --git a/log/latest_build b/log/latest_build deleted file mode 120000 index a8de713..0000000 --- a/log/latest_build +++ /dev/null @@ -1 +0,0 @@ -build_2025-03-10_12-03-53 \ No newline at end of file