Mercurial > pylearn
annotate .hgignore @ 523:111e547ffa7b
modified to use the new implecement of ops and use the new interface to theano.function
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Fri, 14 Nov 2008 16:39:59 -0500 |
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.* |