diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-05-25 19:15:58 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-05-25 19:15:58 +0200 |
commit | a5023ab2a6c00fa8ef6dfc6d58329e0886e0e1c1 (patch) | |
tree | cd3ca0d293aeeca107be3420c9f4dce9a9674d63 /.hgignore | |
parent | 9ea8c8a18a4e02531df8acb87ad12a578805ee37 (diff) |
Allow project to be build with gradle
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,7 @@ obj bin libs gen +build openvpn/.git openvpn/autom4te.cache openvpn/aclocal.m4 @@ -67,4 +68,6 @@ ovpn3/boost polarssl local.properties proguard-project.txt -build.xml
\ No newline at end of file +build.xml +cache.properties +.gradle
\ No newline at end of file |