gitignore: use typical conventions
Use the typical .gitignore format used by many repositories in
the organization to ignore the build directories and extracted
subproject directories, but not the wrap files themselves.
Change-Id: Ibd22cb922172abb8e2ad420a20c95823a4696e68
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/.gitignore b/.gitignore
index b95a3ac..6da54be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-# meson
-
-/build
-/builddir
+build*/
+subprojects/*
+!subprojects/*.wrap