Completed basic .gitignore support to updating package.xml files.
authorGunnar Wrobel <p@rdus.de>
Tue, 2 Nov 2010 19:32:03 +0000 (20:32 +0100)
committerGunnar Wrobel <p@rdus.de>
Tue, 2 Nov 2010 19:39:06 +0000 (20:39 +0100)
commitd86c774a32541f3c54589a4ed336f697303e6218
tree44be58670418c9d256ef39d456d56a0fb252a0a5
parent354231356d0e6ce3ba73a059c68467e89c39a835
Completed basic .gitignore support to updating package.xml files.

Do not expect the .gitignore format support to be perfect. I just did
some basic checks and hope that it works for most packages now. For
some package contents additional fine tuning may be needed but I think
we can do that once we encounter problems.

Just ensure that you still check your updated package.xml before
commiting it ;)
components/TODO
components/lib/Components/Helper/Root.php
components/lib/Components/Pear/Package/Contents/Factory.php
components/lib/Components/Pear/Package/Contents/Ignore.php
components/test/Components/Integration/Components/Module/PearPackageXmlTest.php
components/test/Components/StoryTestCase.php
components/test/Components/fixture/.gitignore
components/test/Components/fixture/simple/IGNORE.txt [new file with mode: 0644]
components/test/Components/fixture/simple/ignore/test1 [new file with mode: 0644]
components/test/Components/fixture/simple/ignore/test2 [new file with mode: 0644]