From 99ee01d4823477a555f7076c2bc9c4116b2f7fcf Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 4 Aug 2014 12:32:26 +0200 Subject: [PATCH] removed some .gitattributes that should have been removed a lot time ago --- src/Symfony/Component/PropertyAccess/.gitattributes | 2 -- src/Symfony/Component/Stopwatch/.gitattributes | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 src/Symfony/Component/PropertyAccess/.gitattributes delete mode 100644 src/Symfony/Component/Stopwatch/.gitattributes diff --git a/src/Symfony/Component/PropertyAccess/.gitattributes b/src/Symfony/Component/PropertyAccess/.gitattributes deleted file mode 100644 index 80481513cf..0000000000 --- a/src/Symfony/Component/PropertyAccess/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/Tests export-ignore -phpunit.xml.dist export-ignore diff --git a/src/Symfony/Component/Stopwatch/.gitattributes b/src/Symfony/Component/Stopwatch/.gitattributes deleted file mode 100644 index e742c9b351..0000000000 --- a/src/Symfony/Component/Stopwatch/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -Tests/ export-ignore -phpunit.xml.dist export-ignore