diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-05-15 11:42:41 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-05-15 11:42:41 +0200 |
commit | 335f2ca32190e866ab1d222b693a273cb6778ac1 (patch) | |
tree | bc631c408b79929450ef731157466103117fce15 /.gitignore | |
parent | d8ae2fa80d004a7c9de7e1c6d012a6c0b6a423aa (diff) | |
parent | 137039d35a6be69f42f79bf2bd15d7041a815c3b (diff) | |
download | nextcloud-server-335f2ca32190e866ab1d222b693a273cb6778ac1.tar.gz nextcloud-server-335f2ca32190e866ab1d222b693a273cb6778ac1.zip |
Merge branch 'files_encryption' of github.com:owncloud/core into files_encryption
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9da4d972909..b57dd3d2058 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,10 @@ apps/* !apps/user_ldap !apps/user_webdavauth +# ignore themes except the README +themes/* +!themes/README + # just sane ignores .*.sw[po] *.bak |