diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-16 10:02:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 10:02:17 +1100 |
commit | 16df1c1ad4251db369a9b90889c12c186a2f12fb (patch) | |
tree | 7e87e4c198cda6474d996a5cfd6d6b47ebfcc8dc /.gitignore | |
parent | 62c921815fcc832d550c5c453284e911da10692f (diff) | |
parent | 5c080ca4e84d9c516d229b8a1248ad5aecf2fe0f (diff) | |
download | volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.tar.gz volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.tar.bz2 volse-hubzilla-16df1c1ad4251db369a9b90889c12c186a2f12fb.zip |
Merge pull request #569 from dawnbreak/QA_testing
[FEATURE] Extend Travis CI integration.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 039a8f530..050902f17 100755 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,8 @@ doc/html/ .zotshrc # external repositories for themes/addons extend/ - +# files generated by phpunit +tests/results/ ## exclude IDE files # config files and folders from Eclipse |