diff options
author | Matt Friedman <maf675@gmail.com> | 2016-03-22 16:03:29 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-04-28 08:36:49 -0700 |
commit | 40aac1cd574a9c842214b4b1adb92258d22a4c44 (patch) | |
tree | 6f8c637eef2015c5fb49803212763896e980faf4 /.gitignore | |
parent | [ticket/14547] Use package compatible with phpBB requirements (diff) | |
download | phpbb-40aac1cd574a9c842214b4b1adb92258d22a4c44.tar.gz phpbb-40aac1cd574a9c842214b4b1adb92258d22a4c44.tar.bz2 phpbb-40aac1cd574a9c842214b4b1adb92258d22a4c44.zip |
[ticket/14547] Ignore backup config.php files
PHPBB3-14547
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e980efdb84..ac29bb403c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ !/phpBB/cache/.htaccess !/phpBB/cache/index.html /phpBB/composer.phar -/phpBB/config*.php +/phpBB/config*.php* /phpBB/ext/* /phpBB/files/* /phpBB/images/avatars/gallery/* |