Continued with unit tests:
[core.git] / .gitignore
index 5c62d8f671e628f2c2915c410109c503454d8d08..cf01b0786f89e580d1ce5028fed49dce71dbd5dd 100644 (file)
@@ -1,18 +1,22 @@
-contrib/chash/chash.pos
-contrib/lfdb2/*.bin*
-contrib/lfdb2/*.out*
-contrib/mindmaps/*.png
-contrib/mindmaps/*.svg
-inc/config/config-local.php
-/nbproject
-templates/_compiled/*.*
-templates/images/_cache/*.*
+/contrib/chash/chash.pos
+/contrib/lfdb2/*.bin*
+/contrib/lfdb2/*.out*
+/contrib/mindmaps/*.png
+/contrib/mindmaps/*.svg
+/inc/config/config-local.php
+/nbproject/private/*
+/templates/_compiled/*.*
+/templates/images/_cache/*.*
 *.*~
 /.cache
 /.project
 /.settings
-application/*/config-local.php
-db/*/*.serialized
-docs/html/*
-docs/latex/*
-docs/warn.log
+/application/*/config-local.php
+/db/*/*.serialized
+/docs/html/*
+/docs/latex/*
+/docs/warn.log
+/reports/
+/vendor/
+/phpunit.xml
+/*.log