Added log files and directories to .gitignore
diff --git a/.gitignore b/.gitignore
index 2e70064..3c5748b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,6 @@
 *.class
 .classpath
 .project
-target
\ No newline at end of file
+target
+onos-logs
+onos.log
\ No newline at end of file