annotate .hgignore @ 223:f07cf25224a4

do not use python3 - the couchdb lib is not ready for it
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 22 May 2014 05:24:53 +0200
parents fe6a2dad6e29
children 218c2b376169
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
222
fe6a2dad6e29 ignore hg reverted files
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 149
diff changeset
2 *.orig
3
2ac144a98370 add the .hgignore file to ignore .pyc files
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 *.pyc
14
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 3
diff changeset
4 Ui_*.py
41
9fa1e33b67da use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 35
diff changeset
5 *_rc.py
14
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 3
diff changeset
6
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 3
diff changeset
7 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
8 ^feedworm\.sqlite$
222
fe6a2dad6e29 ignore hg reverted files
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 149
diff changeset
9 \.sqlite$