From c74b84d0709c1c0dfa1eccdffc1020e05dead69a Mon Sep 17 00:00:00 2001 From: Nico Alt Date: Mon, 25 May 2015 22:43:24 +0200 Subject: [PATCH] remove unnecessary files Basically, all I have done was adding some missing files/directories to .gitignore and the executing the following commands: git rm --cached -r ./ git add --all --- .gitignore | 22 ++++- .idea/compiler.xml | 22 ----- .idea/copyright/profiles_settings.xml | 3 - .idea/encodings.xml | 6 -- .idea/gradle.xml | 20 ---- .idea/inspectionProfiles/Project_Default.xml | 11 --- .../inspectionProfiles/profiles_settings.xml | 7 -- .idea/misc.xml | 31 ------- .idea/modules.xml | 10 -- .idea/vcs.xml | 8 -- build.xml | 92 ------------------- 11 files changed, 20 insertions(+), 212 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 build.xml diff --git a/.gitignore b/.gitignore index 4620058..7f036ba 100644 --- a/.gitignore +++ b/.gitignore @@ -24,11 +24,29 @@ gradle.properties .directory # Intellij project files -*.iml *.ipr *.iws .idea/ # Gradle build -.gradle \ No newline at end of file +.gradle + +# https://gist.github.com/AltNico/c581f370b3f88715876b +*.apk +*.ap_ +*.dex +*.class +build.xml +.DS_Store +gen/ +.gradle/ +proguard/ +out +.settings/ +*.swp +*~ + +# Source: +# https://raw.githubusercontent.com/github/gitignore/master/Android.gitignore +# https://gitlab.com/fdroid/fdroidclient/raw/master/.gitignore diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 96cc43e..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 02069c6..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 99b1a92..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b31283..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 8a1bb8c..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 00ab69e..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 00cd10a..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/build.xml b/build.xml deleted file mode 100644 index db1929c..0000000 --- a/build.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -