diff options
| author | Eder Bastos <bastos.eder@gmail.com> | 2014-07-10 18:22:14 -0400 |
|---|---|---|
| committer | Eder Bastos <bastos.eder@gmail.com> | 2014-07-30 22:27:38 -0400 |
| commit | 33f848c78c3edb2d3d2fc8fcdf31316b33048583 (patch) | |
| tree | 1507eaec4f3fd731f862b2877ee373c4803413a9 /Source/Android | |
| parent | a546ef3276f4533f489a6381219199312e63f5df (diff) | |
Add a bunch of gradle/AS related stuff to gitignore.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/.gitignore | 41 |
1 files changed, 34 insertions, 7 deletions
diff --git a/Source/Android/.gitignore b/Source/Android/.gitignore index 31bce7aa41..199d55ebb4 100644 --- a/Source/Android/.gitignore +++ b/Source/Android/.gitignore @@ -1,7 +1,34 @@ -gen -obj -#ui_atlas.zim -ui_atlas.zim.png -#assets/ui_atlas.zim -#jni/ui_atlas.cpp -#jni/ui_atlas.h +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Eclipse project files +.classpath +.project + +# Android Studio +/*/local.properties +/*/out +/*/*/build +/*/*/production +*.iws +*~ +*.swp +workspace.xml +tasks.xml +.gradle/* +.idea +gradle/ |
