diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-12 15:08:13 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-12 15:08:13 +0200 |
commit | 01378e19072b89c33af85a8a12a37f6c898e0941 (patch) | |
tree | 3454866ce19b9fc5eb48c7c3bf632bb767afb3d1 /.gitignore | |
parent | 481bb831bb898399a01495fb6d3b07ca44a02f17 (diff) | |
download | nextcloud-server-01378e19072b89c33af85a8a12a37f6c898e0941.tar.gz nextcloud-server-01378e19072b89c33af85a8a12a37f6c898e0941.zip |
incorporate development branch of ssh://irodsguest@code.renci.org/gitroot/irodsphp
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 43f33783e39..77b225cb82b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ /apps/inc.php # ignore all apps except core ones -/apps* +#/apps* !/apps/files !/apps/files_encryption !/apps/files_external @@ -15,6 +15,13 @@ !/apps/files_versions !/apps/user_ldap !/apps/user_webdavauth +/apps/files_external/3rdparty/irodsphp/PHPUnitTest +/apps/files_external/3rdparty/irodsphp/web +/apps/files_external/3rdparty/irodsphp/prods/test +/apps/files_external/3rdparty/irodsphp/prods/tutorial +/apps/files_external/3rdparty/irodsphp/prods/test* + + # ignore themes except the README /themes/* |