meson: Fix meson builds
When building the project from scratch (from a new workstation without
docker) I found that there were dependencies missing. Fixed them up.
Tested: Was able to build " tools/" and "bmc/"
Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: Id2250c481a37d3cd4ed6915b1b2b0978df6e4649
diff --git a/.gitignore b/.gitignore
index e6abb17..8c2434d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
-/build*/
-/subprojects/*/
\ No newline at end of file
+### Meson ###
+# subproject directories
+/subprojects/*/
+-/subprojects/*.wrap
+
+# build directory
+/build*/*