From 0577f73ef55375bb67e52600f45de0433d5f4a19 Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Fri, 28 Dec 2012 16:41:38 +0100 Subject: [PATCH 1/4] Make doctrine light-weight for composer --- .gitattributes | 14 ++++++++++++++ file.zip | 0 2 files changed, 14 insertions(+) create mode 100644 .gitattributes create mode 100644 file.zip diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6845cfc80 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +/tests export-ignore +/tools export-ignore +.gitignore export-ignore +.travis.yml export-ignore +build.properties export-ignore +build.properties.dev export-ignore +build.xml export-ignore +CONTRIBUTING.md export-ignore +doctrine-mapping.xsd export-ignore +LICENSE export-ignore +phpunit.xml.dist export-ignore +README.markdown export-ignore +run-all.sh export-ignore +UPGRADE.md export-ignore diff --git a/file.zip b/file.zip new file mode 100644 index 000000000..e69de29bb From 9354e70fd3f119e07a926c2a4c4095e69b3a7105 Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Fri, 28 Dec 2012 16:46:41 +0100 Subject: [PATCH 2/4] Make doctrine a light-weight package based in http://getcomposer.org/doc/02-libraries.md#light-weight-distribution-packages --- .gitattributes | 2 ++ file.zip | 0 2 files changed, 2 insertions(+) delete mode 100644 file.zip diff --git a/.gitattributes b/.gitattributes index 6845cfc80..b30bfff70 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ /tests export-ignore /tools export-ignore +.gitattribues export-ignore .gitignore export-ignore +.gitmodules export-ignore .travis.yml export-ignore build.properties export-ignore build.properties.dev export-ignore diff --git a/file.zip b/file.zip deleted file mode 100644 index e69de29bb..000000000 From 2eb4849a69dac81c42d468e43abfa7d5f3520eeb Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Fri, 28 Dec 2012 16:55:49 +0100 Subject: [PATCH 3/4] XSD, license and upgrade should be distributed --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index b30bfff70..7a8f960b5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,9 +8,6 @@ build.properties export-ignore build.properties.dev export-ignore build.xml export-ignore CONTRIBUTING.md export-ignore -doctrine-mapping.xsd export-ignore -LICENSE export-ignore phpunit.xml.dist export-ignore README.markdown export-ignore run-all.sh export-ignore -UPGRADE.md export-ignore From 1b5d4316fe9addc1335335ca341fa59c6ad92939 Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Sat, 29 Dec 2012 21:08:21 +0100 Subject: [PATCH 4/4] Update .gitattributes Fix TYPO --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7a8f960b5..ecc995dc5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ /tests export-ignore /tools export-ignore -.gitattribues export-ignore +.gitattributes export-ignore .gitignore export-ignore .gitmodules export-ignore .travis.yml export-ignore