Changes to .gitignore for test/

Change-Id: Ic617457f6dfc8aef1bff8ba183b70dbcbe6f4b6e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: cf5cea9cb69ac31c397fca565c7f4ccb17564948
  1. test/
  2. .gitignore
  3. activation.hpp
  4. bootstrap.sh
  5. configure.ac
  6. generate-squashfs
  7. item_updater.cpp
  8. item_updater.hpp
  9. item_updater_main.cpp
  10. LICENSE
  11. Makefile.am
  12. README.md
  13. version_host_software_manager.cpp
  14. version_host_software_manager.hpp
  15. version_host_software_manager_main.cpp
README.md

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`.