-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
76 lines (70 loc) · 1.71 KB
/
.gitignore
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Lots of junk goes in here.
caches/
backups/
# Don't commit uninteresting stuff
link/.config/*
link/.config/polybar/*.log
link/.config/polybar/gmail
link/.config/polybar/github.token
link/.config/fish/fish_history
link/.config/fish/fishd*
link/.config/gtk-3.0/servers
link/.config/xfce4/*
link/.gnucash/*
link/.i3/logs
link/.i3/i3blocks/.mail.sh.x
link/.kde4
link/.local/bin/kakarot
link/.local/bin/pcre-8.34
link/.local/bin/cm2*
link/.local/bin/cmark.py
link/.local/bin/ld.gold
link/.local/bin/livereload
link/.local/bin/sphinx-*
link/.local/bin/watchmedo
link/.local/lib/python*
link/.local/share/*
link/.vim/.netrwhist
link/.vim/sessions/*
link/.xchat2/scrollback
link/.xchat2/xchatlogs
link/Images/*
link/rendu/.cache.gws
# Keep interesting stuff
!link/.config/compton
!link/.config/conky
!link/.config/polybar
!link/.config/dunst/dunstrc
!link/.config/fish/config.fish
!link/.config/fontconfig/fonts.conf
!link/.config/gtk-3.0/gtk.css
!link/.config/gtk-3.0/settings.ini
!link/.config/mpd
!link/.config/redshift.conf
!link/.config/synapse/config.json
!link/.config/weboob/backends
!link/.gnucash/saved-reports-2.4
!link/.local/share/konsole/Linux.colorscheme
!link/.local/share/konsole/Shell.profile
!link/.local/share/konsole/Terminal.profile
!link/.local/share/konsole/WhiteOnBlack.colorscheme
!link/.local/share/python_keyring
!link/.local/share/systemd/user
!link/Images/Backgrounds
!link/.config/xfce4
# Top secret stuff!
link/.ssh/authorized_keys
link/.ssh/id_*
link/.ssh/*.pem
link/.ssh/known_hosts
# Don't commit Vim plugins, Vundle will install them.
link/.vim/bundle
link/.vim/tmp
# Ignore temporary files
*~
\#*\#
*.pyc
__pycache__
# Ignore any file with LOCAL in the name (good for per-machine vars/functions)
*LOCAL*
*.local