Add gitignore to repo
Add gitignore to repo.
Change-Id: I61b99b40c03d96bf49b48358a1b357c3f7d2311d
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fd7987f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+# Test suite logs
+*.log
+
+# Code Coverage
+*.gcda
+*.gcno
+*.trs
+*-coverage*
+
+# Compiler
+*.o
+
+# Libtool
+*.la
+*.lo
+
+# Autotools
+.deps
+.dirstamp
+.libs
+/aclocal.m4
+/build-aux
+/config.h
+/config.h.in
+/config.h.in~
+/config.log
+/config.status
+/configure
+/m4
+/libtool
+Makefile
+Makefile.in
+/stamp-h1
+
+# Custom generated files
+
+# Output binaries