Merge branch 'stable-2.15'

* stable-2.15:
  Document how to exclude projects from replication

Change-Id: I331973ac31d889ed6c9c552f5e69c1ba09eb4314
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 6b009f4..c066513 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -355,6 +355,10 @@
 	match the project name. So the above example would not match
 	`foo/bar2`, while `^foo/(bar|baz).*` would.
 
+	Projects may be excluded from replication by using a regular
+	expression with inverse match. `^(?:(?!PATTERN).)*$` will
+	exclude any project that matches.
+
 	Values that are not regular expressions and end in `*` are
 	treated as wildcard matches. Wildcards match projects whose
 	name agrees from the beginning until the trailing `*`. So