Mercurial > ift6266
annotate .hgignore @ 543:4d893c9232e0
add dependency to the make file.
author | Frederic Bastien <nouiz@nouiz.org> |
---|---|
date | Wed, 02 Jun 2010 10:29:38 -0400 |
parents | 109ebd3e67c0 |
children |
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 *~ |
497 | 6 *.aux |
7 *.blg | |
8 *.log | |
9 *.bbl |