meson: Add meson build
The intent behind this commit is build obmc-phosphor-buttons with
meson, and then remove files related to cmake.
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Iedf8c49224032e016fed3471e6e41f6055b09065
diff --git a/.gitignore b/.gitignore
index ac35ff1..e21410c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,3 @@
-buttons
-button-handler
-CMakeFiles
-CMakeCache.txt
-cmake_install.cmake
-Makefile
-inc/settings.hpp
+build*/
+subprojects/*
+!subprojects/*.wrap
\ No newline at end of file