Mercurial > hg-website
annotate .hgignore @ 343:b2a8c4590630
base: Add notice about Python included in binary packages
Also:
- Reorder "Requirements" to end, "Another OS?" first
- Remove unneeded 'class="typeface-js"'
- Remove html comment about Python version requirement
- Link "Python 2.4" to python.org instead of "get python" text (which is removed)
- Capitalize "Mercurial"
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 19 Nov 2010 18:27:57 +0100 |
parents | da046d9398fe |
children | d910d5ce9b0b |
rev | line source |
---|---|
18 | 1 syntax: glob |
245
da046d9398fe
Add an hgignore file for the new structure.
Steve Losh <steve@stevelosh.com>
parents:
68
diff
changeset
|
2 *.pyc |
18 | 3 .DS_Store |
245
da046d9398fe
Add an hgignore file for the new structure.
Steve Losh <steve@stevelosh.com>
parents:
68
diff
changeset
|
4 |
da046d9398fe
Add an hgignore file for the new structure.
Steve Losh <steve@stevelosh.com>
parents:
68
diff
changeset
|
5 out/** |