From 73dc7e36fd2eeac6be9b65f40a1b517cc1ebe7b3 Mon Sep 17 00:00:00 2001 From: yzninja Date: Tue, 1 Dec 2015 21:57:41 +1100 Subject: [PATCH] Excluded compiled Android client & test harness from Git Excluded compiled versions of Android client & test harness from Git by including *.apk in the projects .gitignore files. --- nogotofail/clients/android/.gitignore | 1 + nogotofail/test/android/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/nogotofail/clients/android/.gitignore b/nogotofail/clients/android/.gitignore index 67495841..e7b0284d 100644 --- a/nogotofail/clients/android/.gitignore +++ b/nogotofail/clients/android/.gitignore @@ -8,6 +8,7 @@ WORKSPACE # Generated files bin/ gen/ +*.apk # Gradle files .gradle/ diff --git a/nogotofail/test/android/.gitignore b/nogotofail/test/android/.gitignore index 67495841..e7b0284d 100644 --- a/nogotofail/test/android/.gitignore +++ b/nogotofail/test/android/.gitignore @@ -8,6 +8,7 @@ WORKSPACE # Generated files bin/ gen/ +*.apk # Gradle files .gradle/