annotate .hgignore @ 259:304917762618 default tip

implementation of feed updates
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 12 Mar 2019 02:41:22 +0100
parents f715378371ab
children
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
224
218c2b376169 ignore eric5 project files
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 222
diff changeset
2 *.e4p
222
fe6a2dad6e29 ignore hg reverted files
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 149
diff changeset
3 *.orig
3
2ac144a98370 add the .hgignore file to ignore .pyc files
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 *.pyc
14
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 3
diff changeset
5 Ui_*.py
41
9fa1e33b67da use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 35
diff changeset
6 *_rc.py
224
218c2b376169 ignore eric5 project files
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 222
diff changeset
7 .eric5project
250
f715378371ab ignore the eric project directory
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 224
diff changeset
8 .eric6project
14
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 3
diff changeset
9
42a225be7e56 first version of the GUI
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 3
diff changeset
10 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
11 ^feedworm\.sqlite$
222
fe6a2dad6e29 ignore hg reverted files
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 149
diff changeset
12 \.sqlite$