blob: 91dd71dd01f526be128c5c2cb8d7e77a73106ed0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
*** disable-common.inc 2015-09-27 13:04:49.000000000 -0400
--- disable-common.inc.patched 2015-10-23 19:35:44.996798469 -0400
***************
*** 4,9 ****
--- 4,10 ----
blacklist ${HOME}/.mozilla
blacklist ${HOME}/.icedove
blacklist ${HOME}/.thunderbird
+ blacklist ${HOME}/.sylpheed-2.0
blacklist ${HOME}/.config/midori
blacklist ${HOME}/.config/opera
blacklist ${HOME}/.config/chromium
***************
*** 13,20 ****
--- 14,31 ----
blacklist ${HOME}/.local/share/systemd
# Instant Messaging
+ blacklist ${HOME}/.config/hexchat
+ blacklist ${HOME}/.mcabber
blacklist ${HOME}/.purple
blacklist ${HOME}/.config/psi+
+ blacklist ${HOME}/.retroshare
+ blacklist ${HOME}/.weechat
+ blacklist ${HOME}/.config/xchat
+
+ # Cryptocoins
+ blacklist ${HOME}/.*coin
+ blacklist ${HOME}/.electrum*
+ blacklist ${HOME}/wallet.dat
# VNC
blacklist ${HOME}/.remmina
|