Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Oct 24, 2014
1 parent 8f7b246 commit 2cf37bb
Showing 1 changed file with 38 additions and 12 deletions.
50 changes: 38 additions & 12 deletions .gitignore
@@ -1,12 +1,38 @@
.gradle
libsuperuser/.classpath
libsuperuser/.project
libsuperuser/.settings
libsuperuser/bin
libsuperuser/gen
libsuperuser/build
libsuperuser_example/bin
libsuperuser_example/gen
libsuperuser_example/build
libsuperuser_example/proguard
libsuperuser_example/dexguard
# Built application files
*.apk

This comment has been minimized.

Copy link
@bundie1990

bundie1990 Dec 19, 2018

Run

This comment has been minimized.

Copy link
@morrisontimothy227

This comment has been minimized.

Copy link
@morrisontimothy227
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Eclipse settings files
.settings/

# IntelliJ project files
*.iml
*.ipr
*.iws
.idea/

# Misc
.DS_Store

This comment has been minimized.

Copy link
@morrisontimothy227

0 comments on commit 2cf37bb

Please sign in to comment.