Add initial set of files

Includes LICENSE, OWNERS, MAINTAINERS, README.md, .gitignore,
.clang-tidy, and .clang-format.

Signed-off-by: John Wedig <johnwedig@google.com>
Change-Id: I0410a9001543b11484b8e17328f84aa3d3a29e42
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..44bbe67
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+### Meson ###
+# subproject directories
+/subprojects/*
+
+# build directory
+build*/*