Parcourir la source

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.
Daniele Alessandri il y a 13 ans
Parent
commit
058e11257b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
+phpunit.xml
 experiments/
 test/enable.tests