diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-20 17:15:21 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-20 17:15:21 -0600 |
commit | bb206747d937495ede2bb53e8ebd98f2862af776 (patch) | |
tree | af9396cbe06030e75338ebbedc774ce594278fef /.gitignore | |
parent | 1c40cc4e3013b04c3c052754f286ecaeab46191a (diff) | |
download | dotconfig-bb206747d937495ede2bb53e8ebd98f2862af776.tar.xz dotconfig-bb206747d937495ede2bb53e8ebd98f2862af776.zip |
fix gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -3,15 +3,16 @@ !dunst !git !htop +!launch !nvim +!redshift !x11 !zsh -!redshift - -zsh/.zcompdump -zsh/.zshcoredump nvim/.netrwhist nvim/plugged x11/Xauthority + +zsh/.zcompdump +zsh/.zshcoredump |