Add ibm-log-manager application
Put in the infrastructure to build the ibm-log-manager
application.
This application will eventually host IBM specific D-Bus
interfaces on the error log objects in
/xyz/openbmc_project/logging/entry/.
Change-Id: I97bfef3d7d12565f8e4d3791e22a642a290b8b7c
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..020c1fe
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,48 @@
+# Template from:
+# https://github.com/github/gitignore/blob/master/Autotools.gitignore
+
+# http://www.gnu.org/software/automake
+
+Makefile.in
+/ar-lib
+/mdate-sh
+/py-compile
+/test-driver
+/ylwrap
+
+# http://www.gnu.org/software/autoconf
+
+/autom4te.cache
+/aclocal.m4
+/compile
+/config.guess
+/config.h.in
+/config.sub
+/configure
+/configure.scan
+/depcomp
+/install-sh
+/missing
+/stamp-h1
+
+# https://www.gnu.org/software/libtool/
+
+/ltmain.sh
+
+# http://www.gnu.org/software/texinfo
+
+/texinfo.tex
+
+# Repo Specific Items
+ibm-log-manager
+.*.swp
+*.o
+*.trs
+/config.h
+/config.h.in~
+*.log
+/config.status
+Makefile
+.deps
+/test/utest
+*-libtool