Browse Source

Proper .gitignore file for Android development with Eclipse.

pull/11/head
Eric Kok 11 years ago
parent
commit
7f207a8ae7
  1. 20
      .gitignore

20
.gitignore vendored

@ -0,0 +1,20 @@ @@ -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
Loading…
Cancel
Save