diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-22 02:15:39 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-22 02:15:39 +0100 |
commit | 079afb5bd35a1150277fcff6ffeced964b9133f1 (patch) | |
tree | 9ad8bbf92838010ba6c77fd6612e7087cc5f330e /.gitignore | |
parent | 0d8781ef4e866a7485fffd0b98344e0f11403f85 (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,3 +29,4 @@ /mrc/ /util/nvmutil/nvm /src/ +/CHANGELOG |