Add .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0e1abb0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+
+# Mac OSX
+.DS_Store