Skip to content

Instantly share code, notes, and snippets.

@chinmaygarde
Created April 1, 2010 05:14
Show Gist options
  • Save chinmaygarde/351398 to your computer and use it in GitHub Desktop.
Save chinmaygarde/351398 to your computer and use it in GitHub Desktop.
.gitignore for Android projects
.DS_Store
Thumbs.db
Desktop.ini
.metadata
tmp/**
tmp/**/*
*.bak
*.swp
*~.nib
*~
bin/
gen/
local.properties
@fredgrott
Copy link

you have errors bin, gen should have the ending /

such as:

bin/
gen/

and you do not need *.apk if you include bin/ anyway as its hadled by that in the first place.

@chinmaygarde
Copy link
Author

Thanks for pointing that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment