diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-02-13 16:52:32 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-02-13 16:52:32 +0100 |
commit | b87a9affb9e565027ba11ba509d7bd9b0f2b5e41 (patch) | |
tree | 943c97562c8356e3504b763fce6fe44bf9e0248d /.hgignore | |
parent | 1ec9eb737e465de3d215b903c4c91c75696c75ec (diff) |
add missing gradle file
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,14 +2,14 @@ obj bin libs ^gen$ -build +build/ openvpn/.git openvpn/autom4te.cache openvpn/aclocal.m4 openvpn/config.log openvpn/config.h.in openvpn/configure - +^.gradle$ syntax: regexp .DS_Store ^openvpn/xcopenvpn$ @@ -69,7 +69,6 @@ local.properties proguard-project.txt build.xml cache.properties -.gradle # User-specific configurations .idea |