Created
November 7, 2011 21:09
-
-
Save nowsprinting/1346192 to your computer and use it in GitHub Desktop.
.gitignore for Android project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.gitignore for Android project | |
#for MacOSX | |
.DS_Store | |
#for build.py | |
build.version | |
#for Android SDK | |
.keystore | |
.metadata | |
bin/ | |
gen/ | |
build.xml | |
build.properties | |
local.properties | |
#for Android SDK 4.0 | |
ant.properties | |
#for Robolectric | |
tmp/cached-robolectric-classes.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment