Mercurial > pylearn
annotate .hgignore @ 735:3784ef7cdd71
Fixed some imports, but test_stacker is still not working
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Wed, 27 May 2009 14:46:01 -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.* |