From 08765c79571f284e4cfbe6cac0aa866cc63bb156 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 7 Aug 2013 18:22:27 +0100 Subject: [PATCH] Ignore config-* Don't be as specific to include .php too, because we want to exclude .old also --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d11f828..4841924 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ error-log.txt backups/*.zip -lib/config-*.php +lib/config-* test/test-file1.txt \ No newline at end of file