Page MenuHomePhabricator

Ignore .mypy_cache at all levels
ClosedPublic

Authored by jasonbcox on Apr 13 2021, 22:07.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCba0e06aa7a16: Ignore .mypy_cache at all levels
Summary

This got generated at the top level for me.

Test Plan
mkdir .mypy_cache
touch .mypy_cache/somefile
mkdir test/.mypy_cache
touch test/.mypy_cache/somefile
git diff  # verify both .mypy_cache directories are ignored

Diff Detail

Repository
rABC Bitcoin ABC
Branch
gitignore
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15508
Build 30936: Build Diff
Build 30935: arc lint + arc unit