diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ -/zoom-firejail-*.pkg.* -/pkg -/src +# https://stackoverflow.com/a/9227991/9008720 +# https://stackoverflow.com/q/987142/9008720 +# not fully understood, single asterisk * behave so weird +/*/** +!/*/*/ +!/*/*/PKGBUILD |