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 |
Beta Was this translation helpful? Give feedback.
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 --ignored
orhg status --ignored
will 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.Beta Was this translation helpful? Give feedback.
All reactions