浏览代码

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 13 年之前
父节点
当前提交
058e11257b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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