diff options
author | txtsd | 2024-10-16 21:16:40 +0530 |
---|---|---|
committer | txtsd | 2024-10-16 21:16:40 +0530 |
commit | 24b10db692baebce4870ab50136b77dd6c311115 (patch) | |
tree | 7e317ef4989042e32f36779b097fe4feabb1a5de /.gitignore | |
parent | 40d5a7b8d5e5ad0ef64f55f944ac66643b4111bd (diff) | |
download | aur-24b10db692baebce4870ab50136b77dd6c311115.tar.gz |
chore: Housekeeping
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 6e570bc49abe..f9f94123be37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -*.xz -*.gz -*.log -/src/ -/pkg/ +pkg/ +src/ + +*.tar.* |