Mercurial > hg > Feedworm
annotate .hgignore @ 37:22214d79ed41
database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser.
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 14 May 2010 06:16:05 +0200 |
parents | aaec263f07ca |
children | 9fa1e33b67da |
rev | line source |
---|---|
3
2ac144a98370
add the .hgignore file to ignore .pyc files
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 syntax: glob |
2ac144a98370
add the .hgignore file to ignore .pyc files
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 *.pyc |
14 | 3 Ui_*.py |
4 | |
5 syntax: regexp | |
35
aaec263f07ca
Feeds manage the point in time when the next update should happen. FeedUpdater only updates feeds that are due.
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
6 ^feedworm\.sqlite$ |