Add phpunit.xml to the list of files ignored by git.

The only configuration file for PHPUnit that we want to track using git is
phpunit.xml.dist since phpunit.xml is intended for user customizations of
the test suite.
This commit is contained in:
Daniele Alessandri
2011-11-28 10:26:55 +01:00
parent 31bd53b1ed
commit 058e11257b
+1
View File
@@ -1,2 +1,3 @@
phpunit.xml
experiments/
test/enable.tests