
30 Nov
2021
30 Nov
'21
2:22 p.m.
On Tue, Nov 30, 2021 at 03:06:23PM +0200, Andy Shevchenko wrote:
Am I doing something wrong?
$ git status --ignored On branch edison-acpi Your branch is up to date with 'gh-andy-shev/edison-acpi'.
Ignored files: (use "git add -f <file>..." to include in what will be committed) tools/binman/__pycache__/ tools/binman/etype/__pycache__/ tools/concurrencytest/__pycache__/ tools/dtoc/__pycache__/ tools/patman/__pycache__/
nothing to commit, working tree clean
I don't know? `git status --ignored` shows ignored files and __pycache__ is in the top-level .gitignore file.
--
Tom