Skip to content

Commit

Permalink
Git Ignore!
Browse files Browse the repository at this point in the history
  • Loading branch information
glaydston committed Mar 24, 2013
1 parent 241a310 commit bf0c8bd
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 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


# Java Class #
*.class

# Package Files #
*.jar
*.war
*.ear

# Eclipse
*.pydevproject
.project
.metadata
ant/**
bin/**
tmp/**
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

0 comments on commit bf0c8bd

Please sign in to comment.