From 56284337184f90d530fc9412370747e95ffe179d Mon Sep 17 00:00:00 2001 From: Stefano Pacifici Date: Wed, 9 Sep 2015 09:52:11 +0200 Subject: [PATCH] iml files removed. They are generated during gradle sync by Android Studio. --- .gitignore | 2 + app/app.iml | 138 ---------------------------------------------------- 2 files changed, 2 insertions(+), 138 deletions(-) delete mode 100644 app/app.iml diff --git a/.gitignore b/.gitignore index 7f036ba..39bb026 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ out # Source: # https://raw.githubusercontent.com/github/gitignore/master/Android.gitignore # https://gitlab.com/fdroid/fdroidclient/raw/master/.gitignore + +*.iml diff --git a/app/app.iml b/app/app.iml deleted file mode 100644 index 8903f3d..0000000 --- a/app/app.iml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file