From 00d1e2294a3ef177ee4a6c563be543904c316dff Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 18 Jan 2017 15:35:10 +0100 Subject: [PATCH] Improve gitignore --- .config/git/ignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/.config/git/ignore b/.config/git/ignore index 9000e1e..778ac43 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -1,3 +1,55 @@ *.swp cscope.* tags +*.pyc +### Android IDE ### +.idea + +########## Android app ############# +# Created by https://www.gitignore.io/api/android + +### Android ### +# Built application files +*.apk +*.ap_ + +# Files for the ART/Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# Intellij +*.iml +.idea/workspace.xml + +# Keystore files +*.jks + +### Android Patch ### +gen-external-apklibs +