diff options
| author | Conway <[email protected]> | 2026-05-01 10:52:44 -0400 |
|---|---|---|
| committer | Conway <[email protected]> | 2026-05-01 10:52:44 -0400 |
| commit | 4555d26ba28e87b99b610742d01d7210b0934259 (patch) | |
| tree | 5c483def8e81c4637f3edb5f2c2e307b91a7d66a /.gitignore | |
| parent | 453bccb2c3cc658681b881a7b4271d0d7d4b8d44 (diff) | |
Apply pixelated-scaling and hide-extensions patch on v26.04.0
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3d1b4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# makepkg build/output dirs +src/ +pkg/ + +# downloaded source tarballs and signatures +*.tar.xz +*.tar.xz.sig + +# built packages +*.pkg.tar.zst |
