summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-22 02:15:39 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-22 02:15:39 +0100
commit079afb5bd35a1150277fcff6ffeced964b9133f1 (patch)
tree9ad8bbf92838010ba6c77fd6612e7087cc5f330e /.gitignore
parent0d8781ef4e866a7485fffd0b98344e0f11403f85 (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 36ac930c..9feb2d2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
/mrc/
/util/nvmutil/nvm
/src/
+/CHANGELOG