From 7e193751c485d7586b5a99ed704a61afe578e8c8 Mon Sep 17 00:00:00 2001 From: Adam Howard Date: Tue, 3 Nov 2015 12:08:30 +0000 Subject: [PATCH] fixed app/app.iml, .idea/grade.xml and .idea/misc.xml siwtching jdk versions between 1.7 and 1.8. Added them to my local .gitignore --- .gitignore | 3 +++ .idea/misc.xml | 4 ++-- app/.gitignore | 2 ++ app/app.iml | 12 ++++++------ 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9c4de5825..9e371177f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.gitignore .gradle /local.properties /.idea/workspace.xml @@ -5,3 +6,5 @@ .DS_Store /build /captures +#.idea/gradle.xml +#.idea/misc.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 1a3eaffb4..9d85fe3d6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,10 +37,10 @@ - + - \ No newline at end of file + diff --git a/app/.gitignore b/app/.gitignore index 796b96d1c..a7d25c7ea 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,3 @@ +.gitignore /build + diff --git a/app/app.iml b/app/app.iml index ea1a882b2..58221a4e6 100644 --- a/app/app.iml +++ b/app/app.iml @@ -26,7 +26,7 @@ - + @@ -92,12 +92,12 @@ - - - - + + + + - + \ No newline at end of file