-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
46 lines (37 loc) · 844 Bytes
/
.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
# Lots of junk goes in here.
/caches/
/backups/
# Top secret stuff!
/link/.ssh/authorized_keys
/link/.ssh/id_*
/link/.ssh/*.pem
/link/.ssh/known_hosts
vimrc_local
# ignore local fish config
/config/fish/config_local.fish
/config/fish/fish_history
/config/fish/fishd*
/config/fish/fish_variables
# ignore deoplete stuff
*-rplugin*
# Beets
/config/beets/library.db
/config/beets/state.pickle
/config/beets/gmusicapi.yaml
# Darktable
/config/darktable/library.db*
/config/darktable/data.db*
# digikam
/config/digikamrc
/config/gconf/apps/rapid-photo-downloader/
# geeqie
/config/geeqie/history
#copyq
/config/copyq/*
!/config/copyq/*.conf
!/config/copyq/*.ini
/config/copyq/copyq-bak.conf
/config/copyq/copyq_tabs.ini
/config/copyq/copyq_geometry.ini
# Ignore any file with LOCAL in the name (good for per-machine vars/functions)
*LOCAL*