Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
reixa00 committed Apr 23, 2015
1 parent 4dcb08c commit 86400fd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions HttpUrlConnection + AsyncTask/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# Gradle files
.gradle/
build/
/*/build/

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

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

0 comments on commit 86400fd

Please sign in to comment.