Skip to content

Instantly share code, notes, and snippets.

@jsramraj
Last active May 8, 2020 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsramraj/112662e05acbdbd025dd to your computer and use it in GitHub Desktop.
Save jsramraj/112662e05acbdbd025dd to your computer and use it in GitHub Desktop.
Gitignore file for Android project that runs in Eclipse
#Mac OS files
.DS_Store
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/build
/captures
.cxx
# 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
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
.externalNativeBuild
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
.svn-base
.svn/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment