[VOL-2763] - Create Make- and Dockerfile for Golang OpenONU Adapter
- note: location of build-env-variables in ldflags of docker build (test.internal) is a matter of change, when code is avaiable in repo voltha-openonu-adapter-go
- VERSION-file added
- added a single go file with a fake test

Change-Id: I1c4e0d1a3a37db409fd0fb35ba1eae3b342295a2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ce10b34
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+# PyCharm
+.idea
+exportToHTML
+
+# Python
+*.pyc
+
+# Emacs
+*~
+.#*
+
+# Vagrant
+.vagrant
+*.box
+
+# Ansible
+ansible/*.retry
+
+# Any vi swap files
+*.swp
+
+# Editors
+*.bak
+*.project
+*.pydevproject
+
+# Mac stuff
+.DS_Store
+**/.DS_Store
+
+# Vagrant logfile
+*.log
+
+# Virtualenv
+venv-*
+
+# Development versions of locally built libraries
+python/local_imports
+
+# test output
+tests/results
+
+# SCA reports from run golangci-lint tool
+sca-report/