Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
motianhuo committed Jun 17, 2015
1 parent 17039ac commit ccf3bfd
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Built application files
*.apk
*.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

# Intellij files
.idea/
*.iml

# Proguard folder generated by Eclipse
proguard/

#log files
*.log

0 comments on commit ccf3bfd

Please sign in to comment.