1*a1a3b679SAndreas Boehler# Unit tests 2*a1a3b679SAndreas Boehlertests/temp 3*a1a3b679SAndreas Boehlertests/.sabredav 4*a1a3b679SAndreas Boehlertests/cov 5*a1a3b679SAndreas Boehler 6*a1a3b679SAndreas Boehler# ViM 7*a1a3b679SAndreas Boehler*.swp 8*a1a3b679SAndreas Boehler 9*a1a3b679SAndreas Boehler# Composer 10*a1a3b679SAndreas Boehlercomposer.lock 11*a1a3b679SAndreas Boehlervendor 12*a1a3b679SAndreas Boehler 13*a1a3b679SAndreas Boehler# Composer binaries 14*a1a3b679SAndreas Boehlerbin/phing 15*a1a3b679SAndreas Boehlerbin/phpunit 16*a1a3b679SAndreas Boehlerbin/vobject 17*a1a3b679SAndreas Boehlerbin/generate_vcards 18*a1a3b679SAndreas Boehlerbin/phpdocmd 19*a1a3b679SAndreas Boehlerbin/phpunit 20*a1a3b679SAndreas Boehlerbin/php-cs-fixer 21*a1a3b679SAndreas Boehlerbin/sabre-cs-fixer 22*a1a3b679SAndreas Boehler 23*a1a3b679SAndreas Boehler# Assuming every .php file in the root is for testing 24*a1a3b679SAndreas Boehler/*.php 25*a1a3b679SAndreas Boehler 26*a1a3b679SAndreas Boehler# Other testing stuff 27*a1a3b679SAndreas Boehler/tmpdata 28*a1a3b679SAndreas Boehler/data 29*a1a3b679SAndreas Boehler/public 30*a1a3b679SAndreas Boehler 31*a1a3b679SAndreas Boehler# Build 32*a1a3b679SAndreas Boehlerbuild 33*a1a3b679SAndreas Boehlerbuild.properties 34*a1a3b679SAndreas Boehler 35*a1a3b679SAndreas Boehler# Docs 36*a1a3b679SAndreas Boehlerdocs/api 37*a1a3b679SAndreas Boehlerdocs/wikidocs 38*a1a3b679SAndreas Boehler 39*a1a3b679SAndreas Boehler# Mac 40*a1a3b679SAndreas Boehler.DS_Store 41