From 0e67b3335dac82e41400a2161df43419fe2a736b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 19 Mar 2013 16:59:08 +0100 Subject: Included libs folder with bouncycastle inside it. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0ceda544..bcf61e15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ obj bin -libs gen openvpn/.git openvpn/autom4te.cache -- cgit v1.2.3 From e432ca59a206d05eaa052d09fe22805856d63d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Wed, 3 Apr 2013 19:37:53 +0200 Subject: Added new files to gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0ceda544..75d7ba1b 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,6 @@ zh-CN.zip zh-TW.zip google-breakpad/ id.zip +/hosts-for-android-emulator.bk +/build-native.sh.bk +/build-native.sh~ -- cgit v1.2.3 From 3f8e2f6569f893a49bf1819416cae792c702d370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 20 Jun 2013 18:03:05 +0200 Subject: No untracked files. Added two auxiliar files: prepareTestProviderAPI.sh is updated in feature/authGui_tests. proguard-project.txt is completely commented, but I think it may be suitable to version control. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 11526f85..9aa5a039 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ obj bin gen +libs openvpn/.git openvpn/autom4te.cache openvpn/aclocal.m4 @@ -65,3 +66,6 @@ id.zip /hosts-for-android-emulator.bk /build-native.sh.bk /build-native.sh~ + +build.gradle +local.properties -- cgit v1.2.3