diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-06-27 16:44:55 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-06-27 16:44:55 +0200 |
commit | d015b9219c0a4856490df38bf144115a1048ef8e (patch) | |
tree | d87f23ffc70ebd575e951ee37b345ff0b0b584a6 /.gitignore | |
parent | 121e4ca395f05b6dff8903650a71a95cd4a3a229 (diff) | |
download | nextcloud-server-d015b9219c0a4856490df38bf144115a1048ef8e.tar.gz nextcloud-server-d015b9219c0a4856490df38bf144115a1048ef8e.zip |
PHPUnit: Add tests/phpunit.xml to gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 68977ad0775..c96ca421359 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,9 @@ nbproject .well-known /.buildpath +# Tests +/tests/phpunit.xml + #tests - autogenerated filed data-autotest /tests/coverage* |