From 079afb5bd35a1150277fcff6ffeced964b9133f1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 22 May 2024 02:15:39 +0100 Subject: 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 36ac930c..9feb2d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /mrc/ /util/nvmutil/nvm /src/ +/CHANGELOG -- cgit v1.2.1