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
parent
3b2ebda890
commit
7be7bb8edb
|
@ -23,3 +23,4 @@
|
||||||
/versiondate
|
/versiondate
|
||||||
/util/nvmutil/nvm
|
/util/nvmutil/nvm
|
||||||
/src/
|
/src/
|
||||||
|
/CHANGELOG
|
||||||
|
|
Loading…
Reference in New Issue