Initial Commit
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..511c641
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,46 @@
+# Test suite logs
+*.log
+
+# Code Coverage
+*.gcda
+*.gcno
+*.trs
+*-coverage*
+
+# CC / CXX Compiler
+*.ii
+*.i
+*.o
+*.s
+
+# Libtool
+*.la
+*.lo
+
+# Autotools
+.deps
+.dirstamp
+.libs
+/aclocal.m4
+/autom4te.cache
+/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
+/src/sdeventplus.pc
+
+# Output binaries
+/example/follow
+/test/event
+/test/exception
+/test/sdref