From 5f420698038d4bfb6146f178e99706750324258c Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Thu, 25 Nov 2010 15:31:23 +0100 Subject: [PATCH] Fix the .gitignore to not ignore horde/admin/config/*. Components was not picking up these files for the package.xml. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8246652e0..a7c2d5b46 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ framework/Ldap/test/Horde/Ldap/conf.php */config/*.txt framework/bin/*.conf !horde/config/nls.php +!horde/admin/config/ horde/config/registry.d/*.php # Application specific excludes -- 2.11.0