From 7be7bb8edb51ed5bf8bc3bf18cc67f66ed1cc515 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 22 May 2024 02:15:39 +0100 Subject: [PATCH] add CHANGELOG to .gitignore we want ./update release to work in release archives. under the current logic, CHANGELOG would be cloned into release/, thus breaking ./update trees -f fix it by adding the file to .gitignore Signed-off-by: Leah Rowe --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 542acbf..0eb9b18 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /versiondate /util/nvmutil/nvm /src/ +/CHANGELOG