Add gitignore

Change-Id: Ia7f090c0bfd097ca335ef66e2e13fd23d436aa0c
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8fabbe5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+#Template from
+# https://github.com/github/gitignore/blob/master/Autotools.gitignore
+# http://www.gnu.org/software/automake
+Makefile.in
+
+# http://www.gnu.org/software/autoconf
+/autom4te.cache
+/aclocal.m4
+/compile
+/config.guess
+/config.h.in
+/config.sub
+/configure
+/depcomp
+/install-sh
+/missing
+/stamp-h1
+
+# https://www.gnu.org/software/libtool/
+/ltmain.sh
+
+# Repo specific items
+/*.o
+/config.h
+/config.log
+/config.status
+/checkstop_app
+/Makefile
+*-libtool
+/.deps
+