ignore beautysh

Add dumpdelete to beautysh-ignore because it can't seem to handle
the syntax in that file and ends up reformatting into an invalid
shellscript.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5c2c7cc9756ce4f61f65b25c5e342a0bb8bcd1ba
1 file changed
tree: 6caea7e6b22af0a49d8beadefdfb572763dbc046
  1. dump/
  2. subprojects/
  3. watchdog/
  4. .beautysh-ignore
  5. .clang-format
  6. .gitignore
  7. .shellcheck-ignore
  8. checkstop_app.cpp
  9. LICENSE
  10. meson.build
  11. meson.options
  12. OWNERS
  13. README.md
  14. watchdog_timeout.cpp
README.md

openpower-debug-collector

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.