annotate .hgignore @ 250:ff1efdeff53f

core: notifs can now have a custom icon and be clickable: - new host.doAction method, to open a specific widget/target (chat only for now) - when adding a notif, symbol can now be specified - an action can be linked to a notification - notifs design improvments - plugins contact list and chat use the new doAction/notif action - if None is given as old widget in SwitchWidget, the new getWidgetToSwitch method is used to select one to switch.
author Goffi <goffi@goffi.org>
date Sat, 26 Jan 2019 20:24:48 +0100
parents 61ba5d193cfe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
1
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
2 syntax: glob
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *.pyc
234
61ba5d193cfe misc: added .pyo to .hgignore
Goffi <goffi@goffi.org>
parents: 3
diff changeset
4 *.pyo
3
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.pyv
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
6 *.swp
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
7 *.swo
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
8 tags
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
9 *.un~
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
10 Session.vim