Skip to content

Commit

Permalink
Added .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Aug 1, 2012
1 parent fbfc4ea commit e1553c9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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

0 comments on commit e1553c9

Please sign in to comment.