Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
update .gitignore
  • Loading branch information
chentao0707 committed Sep 17, 2015
1 parent a94608b commit 656eb9c
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,43 @@ proguard/

# Log Files
*.log

# Android generated
bin
gen
lint.xml

# IntelliJ IDEA
.idea
*.iml
*.ipr
*.iws
classes
gen-external-apklibs

# Eclipse
.project
.classpath
.settings
.checkstyle

# Gradle
.gradle
build
out

# Maven
target
release.properties
pom.xml.*

# Ant
ant.properties
local.properties
proguard.cfg
proguard-project.txt

# Other
.DS_Store
dist
tmp

0 comments on commit 656eb9c

Please sign in to comment.