mirror of
https://github.com/armbian/build.git
synced 2026-09-08 23:59:54 +08:00
fix(gitignore): ignore __pycache__ at all depths (#7863)
`/__pycache__/*` only covered the root level. Replace with `**/__pycache__/` so that generated bytecode directories in lib/tools/ and elsewhere are ignored. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
committed by
Igor
co-authored by
Claude Sonnet 4.6
parent
ae085455e3
commit
b7af31d65b
+1
-1
@@ -22,7 +22,7 @@ ubuntu-*-cloudimg-console.log
|
||||
.DS_Store
|
||||
*~
|
||||
*.swp
|
||||
/__pycache__/*
|
||||
**/__pycache__/
|
||||
|
||||
# Mainly generated by merge tools like 'meld'
|
||||
*.orig
|
||||
|
||||
Reference in New Issue
Block a user