summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore20
1 files changed, 16 insertions, 4 deletions
diff --git a/.hgignore b/.hgignore
index e6d2de68..a8b8db1f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,14 +1,15 @@
obj
bin
libs
-gen
+^gen$
+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$
@@ -51,7 +52,6 @@ assets/minivpn.armeabi-v7a
assets/minivpn.mips
assets/minivpn.x86
openvpn/a.out.dSYM
-openvpn/config-version.h
openvpn/config.status
Makefile
openvpn/libtool
@@ -63,4 +63,16 @@ zh-CN.zip
zh-TW.zip
google-breakpad/
id.zip
-ovpn3/boost \ No newline at end of file
+ovpn3/boost
+polarssl
+local.properties
+proguard-project.txt
+build.xml
+cache.properties
+
+# User-specific configurations
+.idea
+*.iml
+
+main/openvpn3
+main/boost_1_55_0 \ No newline at end of file