diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 08:44:03 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 08:44:03 -0500 |
commit | afcfd9dd93ece7c16b8f7b3a5c6ae6c7168ca10d (patch) | |
tree | ee93f8465c0b4f4d0a3150ec33f5ced567956d16 /.gitignore | |
parent | ff43edcfed55d370c8384ddf2843069635ef927c (diff) | |
download | dotconfig-afcfd9dd93ece7c16b8f7b3a5c6ae6c7168ca10d.tar.xz dotconfig-afcfd9dd93ece7c16b8f7b3a5c6ae6c7168ca10d.zip |
update gitignore ignore gtk and htop
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,6 @@ !ansible !dunst !git -!gtk* -!htop !launch !lf !npm @@ -17,3 +15,5 @@ nvim/.lazy-lock.json nvim/.netrwhist zsh/.zcompdump +gtk* +htop |