Miles' Blog

天涯何處無幹話,何必要講實務話

.gitignore for Android SDK

# Android.gitignore
# 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

# Global/Eclipse.gitignore
*.pydevproject
.metadata
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
# .project
# .classpath
# .settings/

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

# Global/OSX.gitignore
.DS_Store

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Global/Windows.gitignore
# Windows image file caches
Thumbs.db
Desktop.ini
0%