diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 14:06:21 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 14:06:21 +0100 |
commit | 7b2bc071e67bd001ba989721134337cf60cafc57 (patch) | |
tree | b9848823e193762c9c281ed81d7e36b10b33c918 /.config/systemd | |
parent | 826626e933a3e4b76fa70f34245baa79b650a29c (diff) |
systemd: Ignore *.wants directories
Diffstat (limited to '.config/systemd')
-rw-r--r-- | .config/systemd/user/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/.gitignore b/.config/systemd/user/.gitignore index e6e3305..5fcfbfa 100644 --- a/.config/systemd/user/.gitignore +++ b/.config/systemd/user/.gitignore @@ -1 +1 @@ -default.target.wants/ +*.wants/ |