add .eslintignore to ignore meson log output files

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Ia131f966fa69d975f5017e97aba275c126083217
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 0000000..0f1c19a
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,2 @@
+# Ignore meson log output
+build/meson-logs/*