You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding extra source files, I noticed that it includes files I don't want. However, to get around this I would have to write much more patterns then are needed. Allowing glob pattern exclusion (similar to !file syntax in .gitignore files) would make excluding files much easier.
So e.g.
When adding extra source files, I noticed that it includes files I don't want. However, to get around this I would have to write much more patterns then are needed. Allowing glob pattern exclusion (similar to
!file
syntax in .gitignore files) would make excluding files much easier.So e.g.
would include all files under
c
except c/pamixer/buildThe text was updated successfully, but these errors were encountered: