From 417d07a4ecdf95786a64f5c5c353f667605df42a Mon Sep 17 00:00:00 2001 From: "florian.bramer" Date: Mon, 15 Jun 2015 13:32:07 +0200 Subject: [PATCH] extended .gitignore to finally get rid of IDE files --- 2015/android/.gitignore | 1 + 2015/android/Geofence/app/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 2015/android/.gitignore diff --git a/2015/android/.gitignore b/2015/android/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/2015/android/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/2015/android/Geofence/app/.gitignore b/2015/android/Geofence/app/.gitignore index 796b96d..f2cf8c1 100644 --- a/2015/android/Geofence/app/.gitignore +++ b/2015/android/Geofence/app/.gitignore @@ -1 +1,2 @@ /build +src/main/gen