diff options
author | éclairevoyant | 2023-05-30 18:49:47 -0400 |
---|---|---|
committer | VuiMuich | 2023-06-09 15:50:20 +0200 |
commit | 84d1b6383c6682c08e4809576394714fb89d4ce5 (patch) | |
tree | e0d99d0aaccd538e4097e47fae3182061d069f0f /.gitignore | |
parent | 9795640d02c8f6aa2c4011a91e2f7ed1c5b6e699 (diff) | |
download | aur-84d1b6383c6682c08e4809576394714fb89d4ce5.tar.gz |
Split package into systemd/non-systemd versions
- follow Rust and general packaging guidelines
- update deps
- add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 1c432017bedd..2d839c2e4638 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -release.sh -src/ -pkg/ -leftwm-git/ -*pkg.tar.zst +/* +!/.gitignore +!/.SRCINFO +!/PKGBUILD +!/readme.install |