Gitignore import for filters

HI,

most of the time I want to exclude almost everything mentioned in a gitignore file.
For example, in the case of latex many stupid intermediate files are produced.

The git ignore rules are already line separated and a regular expression. == direct import/rebuild should work.

Best

1 Like

That would be quite useful. I’ll consider supporting batch adding .gitignore rules as filters.

1 Like