From bd6afc18a15ba0d68354e6e6c0e7f5edce95a1ce Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 27 Jul 2015 13:32:52 +0100
Subject: [PATCH] Issue #2532148 by timmillwood, davidwbarratt: Modules cannot
 be put in ./modules/vendor

---
 modules/README.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/README.txt b/modules/README.txt
index 18845ef388f9..529c31b2ba23 100644
--- a/modules/README.txt
+++ b/modules/README.txt
@@ -22,6 +22,10 @@ contributed modules, and "custom" for custom modules. Note that if you move a
 module to a subdirectory after it has been enabled, you may need to clear the
 Drupal cache so it can be found.
 
+There are number of directories that are ignored when looking for modules. These
+are 'src', 'lib', 'vendor', 'assets', 'css', 'files', 'images', 'js', 'misc',
+'templates', 'includes', 'fixtures' and 'Drupal'.
+
 MULTISITE CONFIGURATION
 -----------------------
 
-- 
GitLab