Created
September 25, 2015 06:14
-
-
Save Keshava11/20238ac97c3c6ed62a10 to your computer and use it in GitHub Desktop.
Simple .hgignore file for Android projects based on Mercurial
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
.classpath | |
.project | |
syntax: glob | |
*.class | |
*.apk | |
*.dex | |
*.ap_ | |
*.suo | |
.metadata\* | |
.settings\* | |
gen/* | |
bin/* | |
build/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment