annotate .hgignore @ 172:b8abca7714fd
Drop AddProjectNameState
This state is not necessary. A project doesn't have a name only key and
description.
author |
Björn Ricks <bjoern.ricks@intevation.de> |
date |
Thu, 13 Dec 2012 08:57:05 +0100 |
parents |
fa53e2ec484d |
children |
3f1ffb879ee8 |
rev |
line source |
29
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
1 syntax: glob |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
2 |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
3 *.orig |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
4 *.rej |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
5 *~ |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
6 *.pyc |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
7 *.swp |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
8 \#*\# |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
9 .\#* |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
10 getan.log |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
11 time.db |
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff
changeset
|
12 urwid |
75
|
13 tags |