From 206378cd5ba68097f01b44eac1aa1093258d9b8c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 5 May 2022 19:45:16 +0200 Subject: [PATCH] Add .abignore file for abidiff abidiff complains: abidiff: failed to read input file /usr/lib/libdcerpc-samr.so.0.0.1 abidiff: could not find the debug info This is a grouping library which doesn't have any source code, so just ignore it with a suppression file (.abignore). Example for .abignore: https://sourceware.org/git/?p=libabigail.git;a=blob;f=default.abignore --- .abignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .abignore diff --git a/.abignore b/.abignore new file mode 100644 index 0000000..466d190 --- /dev/null +++ b/.abignore @@ -0,0 +1,5 @@ +################################################# +# This is a grouping library without any code +################################################# +[suppress_file] + file_name_regexp = libdcerpc-samr\\.so.*