diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-04-24 14:25:56 -0600 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-04-24 14:25:56 -0600 |
commit | 37cbfc032a6dc92293401622977f3076c710fed9 (patch) | |
tree | 8a7613699d3ab8eebdedb2945485b2e677ea4a52 /.gitignore | |
parent | 5898d562055085d62da8129442b01cd71443163a (diff) | |
parent | efc05ea1dec5a60c95763fc5158d60b45ef46d8f (diff) | |
download | gitea-37cbfc032a6dc92293401622977f3076c710fed9.tar.gz gitea-37cbfc032a6dc92293401622977f3076c710fed9.zip |
Merge pull request #112 from juju2013/master
basic support for LDAP/Microsoft Active Directory authentication
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f8d8a2869c..65252f8c2d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ public/img/avatar/ *.o *.a *.so +dev # Folders _obj |