TechEmpower / FrameworkBenchmarks

Source for the TechEmpower Framework Benchmarks project
https://www.techempower.com/benchmarks/
Other
7.6k stars 1.94k forks source link

Files created/edited during benchmarks need to be added to .gitignore #1694

Closed msmith-techempower closed 8 years ago

msmith-techempower commented 9 years ago

The sheer number of files that are modified during a full run is astounding and needs to be addressed via .gitignore

msmith-techempower commented 9 years ago

Here is the output from git status after a full run:

# On branch master
# Changes not staged for commit:
#   (use "git add/rm <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   frameworks/Go/beego/src/hello/hello.go
#       modified:   frameworks/PHP/php-phpixie/vendor/composer/ClassLoader.php
#       modified:   frameworks/PHP/php-phpixie/vendor/composer/autoload_real.php
#       modified:   frameworks/PHP/php-silex/vendor/composer/ClassLoader.php
#       modified:   frameworks/PHP/php-silex/vendor/composer/autoload_classmap.php
#       modified:   frameworks/PHP/php-silex/vendor/composer/autoload_namespaces.php
#       modified:   frameworks/PHP/php-silex/vendor/composer/autoload_real.php
#       modified:   frameworks/PHP/php-silex/vendor/composer/installed.json
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/.gitignore
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/.travis.yml
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/README.md
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/phpunit.xml.dist
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/AnnotationReaderTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/CachedReaderTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/DocLexerTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/DummyClass.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/AnnotWithDefaultValue.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Autoload.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Route.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Secure.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Template.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Version.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationEnum.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationEnumInvalid.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationEnumLiteral.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationEnumLiteralInvalid.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAll.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAnnotation.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetClass.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetMethod.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetPropertyMethod.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithConstants.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributes.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithTargetSyntaxError.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/Api.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassDDC1660.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationEnum.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithClosure.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithConstants.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithFullyQualifiedUseStatements.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithRequire.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsFirst.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsLast.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/EqualNamespacesPerFileWithClassAsFirst.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/EqualNamespacesPerFileWithClassAsLast.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/GlobalNamespacesPerFileWithClassAsFirst.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/GlobalNamespacesPerFileWithClassAsLast.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/IntefaceWithConstants.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageButIgnoredClass.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageClass.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleClassesInFile.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleImportsInUseStatement.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespaceAndClassCommentedOut.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespaceWithClosureDeclaration.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespacedSingleClassLOC1000.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/NoAnnotation.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/NonNamespacedClass.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/SingleClassLOC1000.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Fixtures/TestInterface.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM55Test.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Test.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/Common/Annotations/TopLevelAnnotation.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/DoctrineTestCase.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/annotations/tests/Doctrine/Tests/TestInit.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/.gitignore
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/.travis.yml
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/README.md
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/build.xml
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/phpunit.xml.dist
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FileCacheTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcachedCacheTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/cache/tests/Doctrine/Tests/TestInit.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/.travis.yml
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/README.md
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/CollectionTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/CriteriaTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/ExpressionBuilderTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/collections/tests/Doctrine/Tests/DoctrineTestCase.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/.gitignore
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/.travis.yml
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/README.md
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/lib/Doctrine/Common/Version.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/AbstractProxyFactoryTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyClassGeneratorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyMagicMethodsTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/DeeperNamespaceParent.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/StaticReflectionParserTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/doctrine/common/tests/NativePhpunitTask.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/inflector/README.md
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/inflector/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/inflector/tests/Doctrine/Tests/Common/Inflector/InflectorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/lexer/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
#       modified:   frameworks/PHP/php-silex/vendor/pimple/pimple/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/pimple/pimple/lib/Pimple.php
#       modified:   frameworks/PHP/php-silex/vendor/pimple/pimple/tests/Pimple/Tests/Invokable.php
#       modified:   frameworks/PHP/php-silex/vendor/pimple/pimple/tests/Pimple/Tests/PimpleTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/.gitignore
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/CHANGELOG.md
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/Debug.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/ErrorHandler.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/Exception/ContextErrorException.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/Exception/FatalErrorException.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/Exception/FlattenException.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/ExceptionHandler.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/LICENSE
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/README.md
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/composer.json
#       deleted:    frameworks/PHP/php-silex/vendor/symfony/debug/Symfony/Component/Debug/phpunit.xml.dist
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/LICENSE
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/README.md
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/phpunit.xml.dist
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/BinaryFileResponse.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UploadException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/File.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/IpUtils.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/JsonResponse.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/LICENSE
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/README.md
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ServerBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/FileTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/phpunit.xml.dist
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CHANGELOG.md
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/FileLocator.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerReference.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/RegisterListenersPass.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/KernelEvent.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/PostResponseEvent.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ErrorsLoggerListener.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/FragmentListener.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/FatalErrorException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/FlattenException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/GoneHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/LengthRequiredHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/ServiceUnavailableHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Esi.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategy.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernelInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelEvents.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/LICENSE
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/README.md
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/ClientTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/EsiListenerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForOverrideName.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Logger.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcachedMock.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/UriSignerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/UriSigner.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/phpunit.xml.dist
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/CHANGELOG.md
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Exception/ExceptionInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Exception/InvalidParameterException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Exception/RouteNotFoundException.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/LICENSE
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Loader/ClosureLoader.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/README.md
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Route.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Router.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher3.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/validpattern.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/composer.json
#       modified:   frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/phpunit.xml.dist
#       modified:   frameworks/PHP/php-zend-framework/config/autoload/benchmarks.local.php
#       modified:   frameworks/PHP/php-zend-framework/deploy/nginx.conf
#       modified:   frameworks/PHP/php-zend-framework1/application/configs/application.ini
#       modified:   frameworks/PHP/php-zend-framework1/deploy/nginx.conf
#       modified:   frameworks/Perl/mojolicious/cpanfile.snapshot
#       modified:   frameworks/Ruby/padrino/Gemfile.lock
#       modified:   frameworks/Ruby/rack/Gemfile.lock
#       modified:   frameworks/Ruby/rails/Gemfile.lock
#       modified:   frameworks/Ruby/sinatra/Gemfile.lock
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       frameworks/C++/silicon/build/
#       frameworks/PHP/clancats/clancatsapp/
#       frameworks/PHP/php-phpixie/vendor/composer/autoload_psr4.php
#       frameworks/PHP/php-pimf/vendor/
#       frameworks/PHP/php-silex-orm/vendor/
#       frameworks/PHP/php-silex/vendor/composer/autoload_psr4.php
#       frameworks/PHP/php-silex/vendor/doctrine/annotations/LICENSE
#       frameworks/PHP/php-silex/vendor/doctrine/cache/.coveralls.yml
#       frameworks/PHP/php-silex/vendor/doctrine/cache/UPGRADE.md
#       frameworks/PHP/php-silex/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php
#       frameworks/PHP/php-silex/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php
#       frameworks/PHP/php-silex/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php
#       frameworks/PHP/php-silex/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/VoidCacheTest.php
#       frameworks/PHP/php-silex/vendor/doctrine/cache/tests/travis/
#       frameworks/PHP/php-silex/vendor/doctrine/collections/LICENSE
#       frameworks/PHP/php-silex/vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/AbstractLazyCollectionTest.php
#       frameworks/PHP/php-silex/vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/ArrayCollectionTest.php
#       frameworks/PHP/php-silex/vendor/doctrine/collections/tests/Doctrine/Tests/LazyArrayCollection.php
#       frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/AnnotationDriverTest.php
#       frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/_files/annotation/
#       frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SerializedClass.php
#       frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/StaticPropertyClass.php
#       frameworks/PHP/php-silex/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/ExampleAnnotationClass.php
#       frameworks/PHP/php-silex/vendor/doctrine/inflector/.gitignore
#       frameworks/PHP/php-silex/vendor/doctrine/inflector/.travis.yml
#       frameworks/PHP/php-silex/vendor/doctrine/inflector/LICENSE
#       frameworks/PHP/php-silex/vendor/doctrine/lexer/LICENSE
#       frameworks/PHP/php-silex/vendor/silex/
#       frameworks/PHP/php-silex/vendor/symfony/debug/.gitignore
#       frameworks/PHP/php-silex/vendor/symfony/debug/CHANGELOG.md
#       frameworks/PHP/php-silex/vendor/symfony/debug/Debug.php
#       frameworks/PHP/php-silex/vendor/symfony/debug/DebugClassLoader.php
#       frameworks/PHP/php-silex/vendor/symfony/debug/ErrorHandler.php
#       frameworks/PHP/php-silex/vendor/symfony/debug/Exception/
#       frameworks/PHP/php-silex/vendor/symfony/debug/ExceptionHandler.php
#       frameworks/PHP/php-silex/vendor/symfony/debug/FatalErrorHandler/
#       frameworks/PHP/php-silex/vendor/symfony/debug/LICENSE
#       frameworks/PHP/php-silex/vendor/symfony/debug/README.md
#       frameworks/PHP/php-silex/vendor/symfony/debug/Resources/
#       frameworks/PHP/php-silex/vendor/symfony/debug/Tests/
#       frameworks/PHP/php-silex/vendor/symfony/debug/composer.json
#       frameworks/PHP/php-silex/vendor/symfony/debug/phpunit.xml.dist
#       frameworks/PHP/php-silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/FakeFile.php
#       frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/EnvParametersResource.php
#       frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php
#       frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Config/EnvParametersResourceTest.php
#       frameworks/PHP/php-silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/
#       frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/null_values.xml
#       frameworks/PHP/php-silex/vendor/symfony/routing/Symfony/Component/Routing/Tests/RequestContextTest.php
#       frameworks/Python/web2py/web2py/
#       frameworks/Ruby/grape/.bundle/
#       frameworks/Ruby/grape/vendor/
#       frameworks/Ruby/padrino/.bundle/
#       frameworks/Ruby/padrino/vendor/
#       frameworks/Ruby/rack/.bundle/
#       frameworks/Ruby/rack/vendor/
#       frameworks/Ruby/rails-stripped/.bundle/
#       frameworks/Ruby/rails-stripped/vendor/bundle/
#       frameworks/Ruby/sinatra/.bundle/
#       frameworks/Ruby/sinatra/vendor/
hamiltont commented 9 years ago

Quick points

1 - you can have a .gitignore file in any directory inside git to ignore just files inside that directory. This means we can easily have one .gitignore inside of each framework folder, instead of having a really cluttered main gitignore.

2 - A number of files are modified (mostly by sed) when starting frameworks, and these modifications should not really be considered changes by git (e..g update the nginx config path). If we add these files to gitignore now that they are already version controlled, it tells git not to worry about (or upload) modifications to that file unless someone passes --force to the git add command

msmith-techempower commented 8 years ago

Another dump in case the above list is missing some:

frameworks/C++/cpoll_cppsp/www/db.so
frameworks/C++/cpoll_cppsp/www/db.txt
frameworks/C++/cpoll_cppsp/www/forcedynamic.cppsm.so
frameworks/C++/cpoll_cppsp/www/forcedynamic.cppsm.txt
frameworks/C++/cpoll_cppsp/www/fortune.so
frameworks/C++/cpoll_cppsp/www/fortune.txt
frameworks/C++/cpoll_cppsp/www/update.so
frameworks/C++/cpoll_cppsp/www/update.txt
frameworks/C++/ffead-cpp/ffead-cpp-2.0/
frameworks/C++/poco/poco
frameworks/C++/silicon/build/
frameworks/C++/wt/benchmark.wt
frameworks/C++/wt/benchmark_postgres.wt
frameworks/C/duda/webservice/Makefile
frameworks/C/duda/webservice/main.d
frameworks/C/duda/webservice/ws.duda
frameworks/C/onion/assets.h
frameworks/C/onion/onion
frameworks/D/vibed/fwb
frameworks/Dart/start/nginx.conf
frameworks/Dart/stream/nginx.conf
frameworks/Erlang/chicagoboss/log/
frameworks/Erlang/misultin/.rebar/
frameworks/Erlang/mochiweb/.rebar/
frameworks/Go/beego/pkg/linux_amd64/
frameworks/Go/beego/src/github.com/
frameworks/Go/echo/pkg/
frameworks/Go/echo/src/
frameworks/Go/falcore/pkg/linux_amd64/
frameworks/Go/falcore/src/github.com/
frameworks/Go/fasthttp-mysql/pkg/
frameworks/Go/fasthttp-mysql/src/github.com/
frameworks/Go/fasthttp-postgresql/pkg/
frameworks/Go/fasthttp-postgresql/src/github.com/
frameworks/Go/gin/pkg/
frameworks/Go/gin/src/
frameworks/Go/go-raw-mongodb/pkg/
frameworks/Go/go-raw-mongodb/src/gopkg.in/
frameworks/Go/go-raw/pkg/
frameworks/Go/go-raw/src/github.com/
frameworks/Go/revel-qbs/src/github.com/
frameworks/Go/revel/src/github.com/
frameworks/Go/webgo/pkg/linux_amd64/
frameworks/Go/webgo/src/github.com/
frameworks/Go/webgo/src/golang.org/
frameworks/Haskell/snap/bench/.cabal-sandbox/
frameworks/Haskell/snap/bench/cabal.sandbox.config
frameworks/Haskell/wai/bench/.cabal-sandbox/
frameworks/Haskell/wai/bench/cabal.sandbox.config
frameworks/Haskell/yesod/bench/.cabal-sandbox/
frameworks/Haskell/yesod/bench/cabal.sandbox.config
frameworks/Java/beyondj/beyondj-launcher/deploy/
frameworks/Java/grizzly-jersey/dependency-reduced-pom.xml
frameworks/Java/play1/server.pid
frameworks/Java/play1/tmp/
frameworks/Java/undertow-jersey-c3p0/dependency-reduced-pom.xml
frameworks/Java/undertow-jersey-hikaricp/dependency-reduced-pom.xml
frameworks/PHP/cygnite-php-framework/deploy/php-fpm.pid
frameworks/PHP/fat-free/deploy/php-fpm.pid
frameworks/PHP/hhvm/.hhvm.bbhc
frameworks/PHP/hhvm/hhvm.pid
frameworks/PHP/lithium/app/resources/tmp/cache/71c04f79b25248e8365eeec0e5e74ab4.core.libraries
frameworks/PHP/micromvc/deploy/php-fpm.pid
frameworks/PHP/phalcon-micro/compiled-templates/_home_techempower_frameworkbenchmarks_frameworks_php_phalcon-micro_views_bench_fortunes.volt.c
frameworks/PHP/phalcon-micro/compiled-templates/_home_techempower_frameworkbenchmarks_frameworks_php_phalcon-micro_views_layouts_bench.volt.c
frameworks/PHP/phalcon-micro/deploy/php-fpm.pid
frameworks/PHP/phalcon/app/compiled-templates/_home_techempower_frameworkbenchmarks_frameworks_php_phalcon_app_views_bench_fortunes.volt.compiled
frameworks/PHP/phalcon/app/compiled-templates/_home_techempower_frameworkbenchmarks_frameworks_php_phalcon_app_views_layouts_bench.volt.compiled
frameworks/PHP/phalcon/app/compiled-templates/map-fortunes.php
frameworks/PHP/phalcon/app/compiled-templates/map-worlds.php
frameworks/PHP/phalcon/app/compiled-templates/meta-fortunes-fortune.php
frameworks/PHP/phalcon/app/compiled-templates/meta-worlds-world.php
frameworks/PHP/phalcon/deploy/php-fpm.pid
frameworks/PHP/phpixie/deploy/php-fpm.pid
frameworks/PHP/phpixie/vendor/composer/LICENSE
frameworks/PHP/phpixie/vendor/composer/autoload_psr4.php
frameworks/PHP/pimf/deploy/php-fpm.pid
frameworks/PHP/pimf/vendor/
frameworks/PHP/silex-orm/deploy/php-fpm.pid
frameworks/PHP/silex-orm/vendor/
frameworks/PHP/silex/deploy/php-fpm.pid
frameworks/PHP/silex/vendor/
frameworks/PHP/symfony2/deploy/php-fpm.pid
frameworks/PHP/yaf/deploy/php-fpm.pid
frameworks/PHP/zend/data/
frameworks/PHP/zend/deploy/php-fpm.pid
frameworks/PHP/zend1/deploy/php-fpm.pid
frameworks/Perl/dancer/cpanfile.snapshot
frameworks/Perl/dancer/local/
frameworks/Perl/mojolicious/hypnotoad.pid
frameworks/Python/asyncio/src/
frameworks/Python/web2py/web2py/
frameworks/Ruby/grape/tmp/
frameworks/Ruby/ngx_mruby/ngx_mruby/
frameworks/Ruby/padrino/tmp/
frameworks/Ruby/rack/tmp/
frameworks/Ruby/rails/tmp/
frameworks/Ruby/sinatra/tmp/
frameworks/Scala/plain/web-apps/servlet/
cjnething commented 8 years ago

Notes based on above list:

Necessary files not added to .gitignore (all other files listed above were added): frameworks/Go/beego/src/hello/hello.go frameworks/PHP/php-zend-framework/config/autoload/benchmarks.local.php frameworks/PHP/php-zend-framework/deploy/nginx.conf frameworks/PHP/php-zend-framework1/application/configs/application.ini frameworks/PHP/php-zend-framework1/deploy/nginx.conf frameworks/Perl/mojolicious/cpanfile.snapshot

Corresponding files removed from the repository (that had previously been committed): frameworks/PHP/lithium/app/resources/ frameworks/PHP/phalcon-micro/compiled-templates/ frameworks/PHP/phalcon/app/compiled-templates/ frameworks/PHP/phpixie/vendor/ frameworks/Ruby/padrino/Gemfile.lock frameworks/Ruby/rack/Gemfile.lock frameworks/Ruby/rails/Gemfile.lock frameworks/Ruby/sinatra-sequel/Gemfile.lock frameworks/Ruby/sinatra/Gemfile.lock