Mercurial ignore-file for Eclipse and Android development
问题 I have seen samples for Mercurial ignore files for Visual Studio, amongst others. I've just started playing around with Android development, and I also use this time to experimenting with Mercurial. So my question is: does anyone have a good example of a .hgignore file to use for Eclipse and Android development? For starters I've got the following myself: # use glob syntax syntax: glob # Ignore patterns .metadata\ bin\ gen\ Are there any other ignore patterns that should be included? Should