Initial commit

Change-Id: Ic2a5f4ab40bf131a1980fbc9b5a9922d16a7fada
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..608c272
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# Emacs
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+*.elc
+.\#*
+
+# Visual Studio Code
+.vscode/
+
+# macOS
+.DS_Store
+.AppleDouble
+.LSOverride
+._*
+
+# Waf build system
+/build/
+.waf-*-*/
+.waf3-*-*/
+.lock-waf*
+
+# Compiled python code
+__pycache__/
+*.py[cod]
+
+# Other
+/VERSION