build(flake): Ignore correct changelog file

This commit is contained in:
Benedikt Peetz 2024-05-20 15:35:29 +02:00
parent d1f31c2761
commit 477b9e149b
Signed by: bpeetz
GPG Key ID: B6139BCB07CE946D
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
};
settings = {
global.excludes = ["CHANGELOG.md"];
global.excludes = ["NEWS.md"];
formatter = {
clang-format = {
options = ["--style" "GNU"];