From 1aa8f6434525cab7fa53a3bbdaf8779eb70b6737 Mon Sep 17 00:00:00 2001 From: Ollie Rattue Date: Wed, 10 Nov 2010 06:53:35 +0800 Subject: [PATCH] Improved CodeIgniter .gitignore to support an system directory in a different location to the default install. Fixed database.php ignore rule. The application directory can be moved to any location and the ignore will still operate --- CodeIgniter.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 71a8a68b..aed74f0e 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,4 +1,4 @@ -config/database.php -system/logs/log-*.php -system/cache/* -systen/cache/!index.html +*/config/database.php +*/system/logs/log-*.php +*/system/cache/* +*/systen/cache/!index.html