Add entity-objects D-Bus objects to dump
There are some associations that are useful for debug and just getting
them from entity-manager as opposed to the mapper is less resource
intensive and takes up a smaller amount of space in the dump.
Tested:
The file and the data are in the dump:
```
~/BMCDUMP.XXXXXXX.00000000.20250226205426_out/archive$ head emobjects.log
MESSAGE "a{oa{sa{sv}}}" {
ARRAY "{oa{sa{sv}}}" {
DICT_ENTRY "oa{sa{sv}}" {
OBJECT_PATH "/xyz/openbmc_project/inventory/system/board/Ingraham_Board";
ARRAY "{sa{sv}}" {
DICT_ENTRY "sa{sv}" {
STRING "org.freedesktop.DBus.Peer";
ARRAY "{sv}" {
};
};
```
Change-Id: I612b59b1a0d9483b33beae05f04ab82eafbe72cf
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/.shellcheck-ignore b/.shellcheck-ignore
index 5ecff7a..8c6e699 100644
--- a/.shellcheck-ignore
+++ b/.shellcheck-ignore
@@ -8,6 +8,7 @@
dump/tools/bmcdump/plugins/phal_devtree
dump/tools/bmcdump/plugins/vpd_data
dump/tools/bmcdump/plugins/faultlog
+dump/tools/bmcdump/plugins/emobjects
dump/tools/bmcdump/scripts/package
dump/tools/common/include/gendumpheader
dump/tools/common/include/gendumpinfo