diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-04-17 09:27:06 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-04-17 09:27:06 +0100 |
| commit | 45b77366ea1e76ec1f812e6a15d12fb393f0343e (patch) | |
| tree | 29cd4dd2dbfbda37c0ed228c7d64063a986dcc78 /.gitattributes | |
| parent | 77ced4090adda51be871983c5595133dd5b2ad3e (diff) | |
| download | webtrees-45b77366ea1e76ec1f812e6a15d12fb393f0343e.tar.gz webtrees-45b77366ea1e76ec1f812e6a15d12fb393f0343e.tar.bz2 webtrees-45b77366ea1e76ec1f812e6a15d12fb393f0343e.zip | |
Rename phpunit.xml to phpunit.xml.dist
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.gitattributes b/.gitattributes index 61e3e6d440..7b623d6342 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1,14 @@ # Exclude the following files when we build webtrees -.coveralls.yml export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.php_cs export-ignore -.travis.yml export-ignore -Makefile export-ignore -Vagrantfile export-ignore -build/ export-ignore -js/*.patch export-ignore -phpdoc.xml export-ignore -phpunit.xml export-ignore -tests/ export-ignore +.coveralls.yml export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php_cs export-ignore +.travis.yml export-ignore +Makefile export-ignore +Vagrantfile export-ignore +build/ export-ignore +js/*.patch export-ignore +phpdoc.xml export-ignore +phpunit.xml.dist export-ignore +tests/ export-ignore |
