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
This commit is contained in:
Andreas Schneider 2022-05-05 19:45:16 +02:00 committed by Pavel Filipenský
parent e515cbc876
commit 206378cd5b
1 changed files with 5 additions and 0 deletions

5
.abignore Normal file
View File

@ -0,0 +1,5 @@
#################################################
# This is a grouping library without any code
#################################################
[suppress_file]
file_name_regexp = libdcerpc-samr\\.so.*