Initial .gitignore and .gitreview files

Change-Id: Ia23c9deb2d29aa32850ff5d04dc2485afebfc915
Signed-off-by: Linux Foundation Administrators <collab-it+onlab@linuxfoundation.org>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..11b529f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+# Ignore Mac temp files
+.DS_Store
+
+# Ignore Vim temporary files
+.*.sw?
+
+# Ignore changes to the JJB Configuration File
+jenkins.ini
+
+# We don't want .netrc files since they're credential files
+.netrc
+
+# Maven
+target/
+
+# Vagrant
+.vagrant
+
+# IntelliJ
+.idea/
+*.iml
+
+# Eclipse
+.project
+/.pydevproject
+
+# Python
+.tox/
+__pycache__/
+*.pyc
+
+onap_sandbox