mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 21:31:36 +00:00
Plain wildcards `*` in .gitignore are considered a bad practice because they may cause unintended ignore of files. This commit replaces `*` with explicit lists of file names.