From 05180f654b5a1d68be602d051887bb745d3775c3 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Wed, 25 Mar 2020 15:13:07 -0700 Subject: [PATCH] Create README.md --- build/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build/README.md diff --git a/build/README.md b/build/README.md new file mode 100644 index 00000000000000..0a5c5d63d760ca --- /dev/null +++ b/build/README.md @@ -0,0 +1,11 @@ +# /build directory + +The /build directory serves 2 purposes in the tree: + +1. some top-level makefiles and developer workflows use build/XXX as the configured build tree +2. some parts of the CHIP build system live here + +For this reason, most of this directory is "ignore". + +If you update the contents of this directory, please also update the top level +.gitignore file.