Mercurial > hg > Feedworm
annotate .hgignore @ 226:016c89dfd488
use our generic PyQtLib instead of custom Qt models in this project
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 22 May 2014 06:10:05 +0200 |
parents | 218c2b376169 |
children | f715378371ab |
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 | 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 |
14 | 8 |
9 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
|
10 ^feedworm\.sqlite$ |
222
fe6a2dad6e29
ignore hg reverted files
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
149
diff
changeset
|
11 \.sqlite$ |