From 4dd95b1b0fee607571774bd6f38b43ede2424e62 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 4 Jun 2013 17:59:00 +0100 Subject: [PATCH] Ignore config-* Be less specific about the files we do want to include config-*.php for files to ignore and those we want to keep will begin config___ --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bcf058a..4c61ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ error-log.txt backups/*.zip -lib/config*.php -!lib/config___template.php \ No newline at end of file +lib/config-*.php \ No newline at end of file