Skip to content

Commit

Permalink
Ignore .clazy file when building from source
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rcrdnalor authored and superm1 committed Sep 25, 2021
1 parent d98143b commit 2f9f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/debian/source/options
@@ -1 +1 @@
extend-diff-ignore=.github|.dockerignore|.clang-tidy
extend-diff-ignore=.github|.dockerignore|.clang-tidy|.clazy

0 comments on commit 2f9f4b9

Please sign in to comment.