Mercurial > hg-website
annotate .hgignore @ 438:5f35d50faa86
Mark Python 2.4/2.5 as not supported
Point to supported python versions wiki page
author | timeless@gmail.com |
---|---|
date | Fri, 04 Dec 2015 04:31:27 -0500 |
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/** |