Skip to content

Instantly share code, notes, and snippets.

@khacanh
Created June 23, 2013 07:52
Show Gist options
  • Save khacanh/5844223 to your computer and use it in GitHub Desktop.
Save khacanh/5844223 to your computer and use it in GitHub Desktop.
# .gitignore for eclipse android project, source: http://stackoverflow.com/a/4130635/1039194
# .gitignore for eclipse android project, source: http://stackoverflow.com/a/4130635/1039194
# 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
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment