From 2f9f4b97cdcbebf479d15343dd5fd140f8daddc9 Mon Sep 17 00:00:00 2001 From: Roland Ernst Date: Sat, 25 Sep 2021 15:35:12 +0200 Subject: [PATCH] Ignore .clazy file when building from source Building using ./build-debs.sh master fails on mythtv master due to the file .clazy which is classified as local change to the sources. Note file .clazy does not exist in previous version e.g. fixes/31. --- deb/debian/source/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/debian/source/options b/deb/debian/source/options index 78636308..cb67cfda 100644 --- a/deb/debian/source/options +++ b/deb/debian/source/options @@ -1 +1 @@ -extend-diff-ignore=.github|.dockerignore|.clang-tidy +extend-diff-ignore=.github|.dockerignore|.clang-tidy|.clazy