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 <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-05-22 02:15:39 +01:00 committed by Leah Rowe
parent 3b2ebda890
commit 7be7bb8edb
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/versiondate /versiondate
/util/nvmutil/nvm /util/nvmutil/nvm
/src/ /src/
/CHANGELOG