commit | c0d0f36139346a28e79cdfd77905d8fa8fdefc71 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Wed Nov 03 17:50:26 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Nov 05 15:38:11 2021 +0000 |
tree | 9a277d68ad6b2e583f6edb0502bae18a02e7a3df | |
parent | 33e46ac8c00b2eed5a646bf9db76073b1fc3d515 [diff] |
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/*