Skip to content

Instantly share code, notes, and snippets.

@abarza
Created April 11, 2014 22:50
Show Gist options
  • Save abarza/10507853 to your computer and use it in GitHub Desktop.
Save abarza/10507853 to your computer and use it in GitHub Desktop.
.gitignore for Windows + Eclipse + Android
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
############
## Windows
############
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
############
## Android
############
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment