From: Roland Häder Date: Tue, 9 Dec 2008 22:37:36 +0000 (+0000) Subject: Now ignoring extra files like secret key, debug log and cache files, thanks to profi... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=645174969f9ac0cb67a2b82850a78288aeb7a712 Now ignoring extra files like secret key, debug log and cache files, thanks to profi-concept --- diff --git a/.gitignore b/.gitignore index 5e4afd2d1a..f5a6b94db8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /.cache /.project /.settings +inc/.secret/.* +inc/cache/*.cache +inc/cache/*.log diff --git a/inc/databases.php b/inc/databases.php index 20b66f9439..92580eb64c 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -114,7 +114,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // Current SVN revision -define('CURR_SVN_REVISION', "615"); +define('CURR_SVN_REVISION', "616"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623);