diff options
author | txtsd | 2024-10-18 09:56:25 +0530 |
---|---|---|
committer | txtsd | 2024-10-18 09:56:25 +0530 |
commit | 299bdfa9363e99bab1f06e94170ce93b063f7649 (patch) | |
tree | 91fb2d75b9f2c0ca2c2e1c71e4abd69ff5573a51 /.gitignore | |
parent | 164458cfd2524d6a875485e91cf84ee0613042ad (diff) | |
download | aur-299bdfa9363e99bab1f06e94170ce93b063f7649.tar.gz |
chore: Housekeeping
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 5394fbbbceef..4eccc1508000 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -/*.zip -/*.xz -/*.gz -/src/ -/pkg/ +pkg/ +src/ + +*.tar.* +*.zip |