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

[#293] Update .gitignore rules

- Discovered on installing PHPUnit to run tests that .gitignore was not setup to
  ignore composer.lock, nor the files installed in the bin/ directory.
Matthew Weier O'Phinney преди 12 години
родител
ревизия
4d75497862
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -7,3 +7,6 @@ tests/Zend/OpenId/_files/*
 tests/Zend/Translate/Adapter/_files/zend_cache---internal-metadatas---testid
 tests/Zend/Translate/Adapter/_files/zend_cache---testid
 vendor/*
+composer.lock
+bin/dbunit
+bin/phpunit