Created
April 4, 2012 15:23
-
-
Save MikeLarned/2302683 to your computer and use it in GitHub Desktop.
Android Eclipse .gitignore
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
| # 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/ | |
| # Locally stored "Eclipse launch configurations" | |
| *.launch | |
| # CDT-specific | |
| .cproject | |
| # PDT-specific | |
| .buildpath |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment