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>
This commit is contained in:
Leah Rowe
2024-05-22 02:15:39 +01:00
parent 0d8781ef4e
commit 079afb5bd3

1
.gitignore vendored
View File

@@ -29,3 +29,4 @@
/mrc/
/util/nvmutil/nvm
/src/
/CHANGELOG