gitignore: update with additional files

Add additional files and folders to gitignore.

Change-Id: I3dc3939a894718fb2c44bf8d2c59459378d94a61
Signed-off-by: Patrick Venture <venture@google.com>
1 file changed
tree: 35ce2b90d5c15c3714da9b9d29ea437dd35ce5ac
  1. scripts/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. fru-area.hpp
  8. frup.cpp
  9. frup.hpp
  10. LICENSE
  11. MAINTAINERS
  12. Makefile.am
  13. readeeprom.cpp
  14. README.md
  15. strgfnhandler.cpp
  16. types.hpp
  17. writefrudata.cpp
  18. writefrudata.hpp
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`.