gitignore: Add missing libtool

libtool is a generated script that is missing from the current gitignore
list.

Change-Id: I94324417c2bff9a0ac34f8602f22d322a6147827
Signed-off-by: William A. Kennington III <wak@google.com>
1 file changed
tree: e61f3d41f07f91d12b6c134188348e8d0eedd9e6
  1. org/
  2. power-sequencer/
  3. power-supply/
  4. test/
  5. .gitignore
  6. argument.hpp
  7. bootstrap.sh
  8. configure.ac
  9. device.hpp
  10. device_monitor.hpp
  11. elog-errors.hpp
  12. event.hpp
  13. file.hpp
  14. gpio.cpp
  15. gpio.hpp
  16. LICENSE
  17. MAINTAINERS
  18. Makefile.am
  19. names_values.hpp
  20. pmbus.cpp
  21. pmbus.hpp
  22. README.md
  23. timer.cpp
  24. timer.hpp
  25. utility.cpp
  26. utility.hpp
README.md

Code for detecting and analyzing power faults on Witherspoon.

To Build

To build this package, do the following steps:

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

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