summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-08-25 19:17:13 +0100
committerGreg Roach <fisharebest@gmail.com>2014-08-26 15:12:34 +0100
commit3344c7f9d5916db002d54f3565cc61f74a94b2be (patch)
tree29618b643761e1c65dfce8e95cf05876cc8a00e2 /.gitattributes
parent6257370d0a72962f1dacf4fa8e1c633028405b67 (diff)
downloadwebtrees-3344c7f9d5916db002d54f3565cc61f74a94b2be.tar.gz
webtrees-3344c7f9d5916db002d54f3565cc61f74a94b2be.tar.bz2
webtrees-3344c7f9d5916db002d54f3565cc61f74a94b2be.zip
Initial framework for unit tests
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 8b31baf103..d729ece937 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,10 +2,12 @@
.gitattributes export-ignore
.gitignore export-ignore
+.travis.yml export-ignore
Makefile export-ignore
build/ export-ignore
composer.json export-ignore
composer.lock export-ignore
+phpunit.xml export-ignore
library/bombayworks/zendframework1/library/Zend/Acl/ export-ignore
library/bombayworks/zendframework1/library/Zend/Amf/ export-ignore
library/bombayworks/zendframework1/library/Zend/Application/ export-ignore
@@ -53,3 +55,4 @@ library/bombayworks/zendframework1/library/Zend/Tool/ export-ignore
library/bombayworks/zendframework1/library/Zend/View/ export-ignore
library/bombayworks/zendframework1/library/Zend/Wildfire/ export-ignore
library/bombayworks/zendframework1/library/Zend/XmlRpc/ export-ignore
+tests/ export-ignore