Moved project configs to infra/config branch

R=borenet@google.com
BUG=513460

Review URL: https://codereview.chromium.org/1281923005 .
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..dff7832
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,6 @@
+benjaminwagner@google.com
+borenet@google.com
+jcgregorio@googlecom
+nodir@chromium.org
+rmistry@google.com
+stephana@google.com
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a338ac1
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+This branch contains project-wide configuration files for infra services.
diff --git a/codereview.settings b/codereview.settings
new file mode 100644
index 0000000..e4989f8
--- /dev/null
+++ b/codereview.settings
@@ -0,0 +1,6 @@
+# This file is used by gcl to get repository specific information.
+CODE_REVIEW_SERVER: codereview.chromium.org
+VIEW_VC: https://skia.googlesource.com/buildbot/+/
+CC_LIST: reviews@skia.org
+BUG_PREFIX: skia:
+PROJECT: skiabuildbot
diff --git a/project.cfg b/project.cfg
new file mode 100644
index 0000000..8f05a66
--- /dev/null
+++ b/project.cfg
@@ -0,0 +1,5 @@
+# For the schema of this file and documentation, see ProjectCfg message in
+# https://luci-config.appspot.com/schemas/projects:project.cfg
+
+name: "Skia Buildbot"
+access: "group:all"  # public
diff --git a/refs.cfg b/refs.cfg
new file mode 100644
index 0000000..e023102
--- /dev/null
+++ b/refs.cfg
@@ -0,0 +1,7 @@
+# Refs configuration file. The documentation of the format can be found
+# at https://luci-config.appspot.com/schemas/projects:refs.cfg.
+
+refs {
+  name: "refs/heads/master"
+  config_path: "infra/branch-config"
+}
diff --git a/whitespace.txt b/whitespace.txt
deleted file mode 100644
index e69de29..0000000
--- a/whitespace.txt
+++ /dev/null