Преглед на файлове

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