Replies: 1 comment 3 replies
|
Since files that are not ignored are automatically added (unless we address #323), maybe the "is ignored" check in REUSE could be implemented as "not in |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Something like
git ls-files --ignoredorhg status --ignoredwill be useful for tools with "ignore files ignored by VCS" option. For instance, REUSE tool, a license scanner, use the mentioned commands to exclude ignored files in Git or Mercurial working directories.All reactions