add autom4te.cache/ to .gitignore

Add missing "autom4te.cache/" to .gitignore file.

Tested: Not tested on hardware.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ie06d1b22bb2a74e2f6e2901d213fffa0cacac2c4
1 file changed
tree: 9d84b9254f167dc6e471eca6612b05ca881fe18f
  1. scripts/
  2. .clang-format
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. configure.ac
  8. fru_area.cpp
  9. fru_area.hpp
  10. frup.cpp
  11. frup.hpp
  12. LICENSE
  13. MAINTAINERS
  14. Makefile.am
  15. readeeprom.cpp
  16. README.md
  17. strgfnhandler.cpp
  18. types.hpp
  19. writefrudata.cpp
  20. 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`.