From 87773dc11f9f0f2ab588112c0671bb60fe613625 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Fri, 18 Aug 2023 09:23:12 -0600 Subject: [PATCH] Remove .lastclean and .version from source control Historically these were checked in for certified releases but since the move to github and the unified release process, they are no longer needed and cause issues. --- .lastclean | 1 - .version | 1 - 2 files changed, 2 deletions(-) delete mode 100644 .lastclean delete mode 100644 .version diff --git a/.lastclean b/.lastclean deleted file mode 100644 index 425151f3a4..0000000000 --- a/.lastclean +++ /dev/null @@ -1 +0,0 @@ -40 diff --git a/.version b/.version deleted file mode 100644 index 6f9fcb28c4..0000000000 --- a/.version +++ /dev/null @@ -1 +0,0 @@ -certified/18.9-cert4 \ No newline at end of file