As documented in the reference, git2r::add does not add files that are ignored. However, this is causing me problems where files are blanket ignored by a global gitignore (e.g., .gz files) and I can't override this.
I also tried a overriding the ignore with a .gitignore file that contained:
which overrides the ignore with system git, but git2r still did not add the files.
As documented in the reference,
git2r::adddoes not add files that are ignored. However, this is causing me problems where files are blanket ignored by a global gitignore (e.g., .gz files) and I can't override this.I also tried a overriding the ignore with a .gitignore file that contained:
which overrides the ignore with system git, but git2r still did not add the files.