diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -7,16 +7,15 @@ | |||
7 | images/ | 7 | images/ |
8 | *gitgraph* | 8 | *gitgraph* |
9 | *colors* | 9 | *colors* |
10 | scripts/scripts/graphs | ||
11 | weechat/sec.conf | ||
12 | **/plug.vim | 10 | **/plug.vim |
13 | ssh | 11 | ssh |
14 | 12 | ||
15 | vim/.vim/autoload | ||
16 | vim/.vim/view/* | ||
17 | vim/.vim/spell/* | ||
18 | ./**/*.netrwhist | 13 | ./**/*.netrwhist |
19 | ./**/*.add | 14 | ./**/*.add |
20 | ./**/*.add.spl | 15 | ./**/*.add.spl |
21 | 16 | ||
22 | i3 | 17 | nvim/.config/nvim/autoload |
18 | cmus/* | ||
19 | !cmus/.config/cmus/nerdz.theme | ||
20 | weechat/* | ||
21 | !weechat/.weechat/weechat.conf | ||