summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: a554bdfdcb7840d3bcc3c8845bddd22705ad9db2 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
### FILTER

# firefox
/scripts/firstrun/10-firefox/*.xpi
/scripts/firstrun/10-firefox/*.xml

# ipython
/.config/ipython/README
/.config/ipython/profile_default/history.sqlite
/.config/ipython/profile_default/startup/README

# mc
/.local/share/mc/history

# mutt
/.mutt/folders
/.mutt/gpg
/.mutt/hcache
/.mutt/maildir_watch.sh
/.mutt/temp

# ssh
/.ssh/*
!/.ssh/config

# vim - already using other means to track plugins etc.
/.vim/ftdetect
/.vim/ftplugin
/.vim/syntax


### MISC

# hardcoded paths
/.config/gtk-3.0/bookmarks

# (usage) data, not proper configuration
/.config/gtk-2.0/gtkfilechooser.ini
/.local/share/icons/
/.local/share/keyrings
/.local/share/recently-used.xbel
/.local/share/webkit/icondatabase/WebpageIcons.db

# various
/.local/share/gvfs-metadata

### WHITELISTING
!/.local/bin/guake-spawn
!/.local/bin/history-backup
!/.local/bin/lesspipe-highlight.sh
!/.local/bin/mutt-ical
!/.local/bin/subdiff
!/.local/bin/subwc
/.local/bin


### OVERLAP
/.config/khal