Mercurial > pylearn
annotate .hgignore @ 785:12f587e37ee3
* fixed test_stacker.py
* required updating stacker by: removing kits, reworking so that it work with
"new" version of BinRegressor, creating new methods instead of using .duplicate
author | desjagui@atchoum.iro.umontreal.ca |
---|---|
date | Mon, 29 Jun 2009 11:55:29 -0400 |
parents | 6eb0900fb553 |
children | 27a663ba4427 |
rev | line source |
---|---|
47
7086cfcd8ed6
added file with pattern of file that should be ignored by mercurial
Frederic Bastien <bastienf@iro.umontreal.ca>
parents:
diff
changeset
|
1 syntax: glob |
7086cfcd8ed6
added file with pattern of file that should be ignored by mercurial
Frederic Bastien <bastienf@iro.umontreal.ca>
parents:
diff
changeset
|
2 *~ |
445
6eb0900fb553
Ignore .swp and core files.
Pascal Lamblin <lamblinp@iro.umontreal.ca>
parents:
53
diff
changeset
|
3 *.swp |
6eb0900fb553
Ignore .swp and core files.
Pascal Lamblin <lamblinp@iro.umontreal.ca>
parents:
53
diff
changeset
|
4 *.pyc |
6eb0900fb553
Ignore .swp and core files.
Pascal Lamblin <lamblinp@iro.umontreal.ca>
parents:
53
diff
changeset
|
5 core.* |