Don't track code coverage temporary files by EliahKagan · Pull Request #1666 · gitpython-developers/GitPython (original) (raw)

Thanks a lot, I perfectly agree with the solution and the reasoning.

While at it, I validated that there are no currently ignored files checked in either.

❯ gix index entries -s
[..]
Statistics {
    entries: 183,
    entries_after_prune: 183,
    excluded: 0,
    with_attributes: 76,
    max_attributes_per_path: 1,
    cache: Some(
        Statistics {
            platforms: 183,
            delegate: Statistics {
                num_mkdir_calls: 0,
                push_element: 198,
                push_directory: 16,
                pop_directory: 14,
            },
            attributes: Statistics {
                patterns_buffers: 0,
                pattern_files: 1,
                tried_pattern_files: 17,
            },
            ignore: Statistics {
                patterns_buffers: 0,
                pattern_files: 2,
                tried_pattern_files: 16,
            },
        },
    ),
    attributes: [
        "eol=lf",
    ],
    submodule: [],
}
All encountered attributes:
        eol=lf

GitPython ( main) [!] via 🐍