Update ExcludeFileByNameFilterIterator.php (#25184)

Gentoo & derivatives use a tool named webapp-config which places two files in a webapp-config manager web application:
1: .webapp    tag with more detailed info on the configuration done by webapp-config
2: .webapp-appname   with the list of files installed by the tool to be able to later only delete stuff that was installed (in case of upgrade) and updated configurations.
This commit is contained in:
Thomas Müller 2016-06-20 12:02:23 +02:00 committed by GitHub
parent 09261fca86
commit 2951a70fcb
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class ExcludeFileByNameFilterIterator extends \RecursiveFilterIterator {
'.DS_Store', // Mac OS X
'Thumbs.db', // Microsoft Windows
'.directory', // Dolphin (KDE)
'.webapp', // Gentoo/Funtoo & derivatives use a tool known as webapp-config to manager wep-apps.
];
/**