Add .gitignore

Took a .gitignore from another repo and added a few repo
specific items.

Change-Id: I46c85976d8c89cb469d476357a412e9c06bb644e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: 76d4be3d8db598d92955ced8f38eece25b814c25
  1. tools/
  2. xyz/
  3. .gitignore
  4. bootstrap.sh
  5. configure.ac
  6. core_manager.cpp
  7. core_manager.hpp
  8. core_manager_main.cpp
  9. dump_entry.cpp
  10. dump_entry.hpp
  11. dump_internal.hpp
  12. dump_manager.cpp
  13. dump_manager.hpp
  14. dump_manager_main.cpp
  15. dump_serialize.cpp
  16. dump_serialize.hpp
  17. dump_utils.hpp
  18. elog_watch.cpp
  19. elog_watch.hpp
  20. ffdc
  21. LICENSE
  22. Makefile.am
  23. README.md
  24. watch.cpp
  25. watch.hpp
README.md

phosphor-debug-collector

Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.