diff options
author | Akshay <[email protected]> | 2020-08-24 11:32:19 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-24 11:32:19 +0100 |
commit | 24eaa969b9a885e62de08d7fd2a77de7a6c45c45 (patch) | |
tree | caf6311c8ab47dcad28d1260d15af111b40837d5 | |
parent | 0d3c2bf11adfc2c374f3576eb94a29d13a33a5e5 (diff) |
add new ignores
-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 | ||