partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 396c78dbc07cbc181ea24182699e76d9670a7b18
parent e7fd2a13707780581eed78b2e2b073220f867ba7
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 21 Dec 2011 15:24:07 +0100

Ignore config.php if it exists

Diffstat:
Mbuild.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build.xml b/build.xml @@ -180,6 +180,7 @@ <exclude name="frontend/resources/flags/.git/**/*"/> <exclude name="frontend/resources/mimetypes/.git/**/*"/> <exclude name="frontend/resources/fugue-icons/.git/**/*"/> + <exclude name="config.php"/> </fileset> </copy>