commit | 638384c516aea8b157cf45c4dac3900ead2140cb | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Tue May 10 14:09:48 2022 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Tue May 10 15:30:05 2022 -0700 |
tree | 76f3628c4607c94e9d0aa8b42e3ef1048459b17b | |
parent | 2e24f2274cfb590df73d6fdf198dfdc4872b88e5 [diff] [blame] |
Add initial set of files Includes LICENSE, OWNERS, MAINTAINERS, README.md, .gitignore, .clang-tidy, and .clang-format and a basic README.md Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I943ba7524046e23d7949fcaa8c3947ee01ba81e0
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*/*