Mercurial > ift6266
annotate .hgignore @ 212:e390b0454515
added classic lr time decay and py code to calculate the error based on a saved model
author | xaviermuller |
---|---|
date | Wed, 10 Mar 2010 16:17:59 -0500 |
parents | 4d3d3627df3e |
children | 109ebd3e67c0 |
rev | line source |
---|---|
172
4d3d3627df3e
ignoring certain files when doing hg status
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
1 # use glob syntax. |
4d3d3627df3e
ignoring certain files when doing hg status
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
2 syntax: glob |
4d3d3627df3e
ignoring certain files when doing hg status
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
3 |
4d3d3627df3e
ignoring certain files when doing hg status
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
4 *.pyc |
4d3d3627df3e
ignoring certain files when doing hg status
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
5 *~ |
4d3d3627df3e
ignoring certain files when doing hg status
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
6 |