summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-05-25 19:15:58 +0200
committerArne Schwabe <arne@rfc2549.org>2013-05-25 19:15:58 +0200
commita5023ab2a6c00fa8ef6dfc6d58329e0886e0e1c1 (patch)
treecd3ca0d293aeeca107be3420c9f4dce9a9674d63 /.hgignore
parent9ea8c8a18a4e02531df8acb87ad12a578805ee37 (diff)
Allow project to be build with gradle
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index cc384808..1e1452b5 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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