Initial commit
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9fa3b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Object files
+*.o
+*.ko
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app