From: Lars Brinkhoff <lars@nocrew.org>
Date: Fri, 13 Nov 2015 17:58:19 +0100
Subject: Ignore built files.

Applied-Upstream: commit:97d7a53180cfe81ce1e8fd18e6ef65390ef3e3eb
---
 .gitignore | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..388f92b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+*~
+*.o
+*.a
+.deps
+htc
+hts
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+stamp-h1
+config.h
+config.h.in
+config.log
+config.status
+configure
