.gitignore: update for meson conversion
When the autotools -> meson conversion was done for this repository, the
.gitignore was not updated. Add a .gitignore that is common for many of
our meson-based repositories.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Icee1eb9afc0358a5aa2f8c3ab6efad70b0357b9e
diff --git a/.gitignore b/.gitignore
index ee96006..6da54be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,50 +1,3 @@
-# Template from:
-# https://github.com/github/gitignore/blob/master/Autotools.gitignore
-
-# http://www.gnu.org/software/automake
-
-Makefile.in
-/ar-lib
-/mdate-sh
-/py-compile
-/test-driver
-/ylwrap
-
-# http://www.gnu.org/software/autoconf
-
-/autom4te.cache
-/aclocal.m4
-/compile
-/config.guess
-/config.h.in
-/config.sub
-/configure
-/configure.scan
-/depcomp
-/install-sh
-/missing
-/stamp-h1
-
-# https://www.gnu.org/software/libtool/
-
-/ltmain.sh
-
-# http://www.gnu.org/software/texinfo
-
-/texinfo.tex
-
-# Repo Specific Items
-*.o
-*.trs
-/config.h
-/config.h.in~
-*.log
-/config.status
-Makefile
-.deps
-*-libtool
-.dirstamp
-server.hpp
-server.cpp
-/phosphor-dump-manager
-/phosphor-dump-monitor
+build*/
+subprojects/*
+!subprojects/*.wrap