Add gitignore

Change-Id: I24dc395e7eabc2f38e66d7d911b65393324494d7
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: e327aa30574f9ae1c067e3b0dd8caa7ede3b7dc2
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. directory.cpp
  7. directory.hpp
  8. hwmon.hpp
  9. LICENSE
  10. Makefile.am
  11. readd.cpp
  12. README.md
  13. sensorcache.hpp
  14. sensorset.cpp
  15. sensorset.hpp
  16. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

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