.gitignore: add __pycache__
For local installations. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
edd0a22264
commit
35f9424338
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ dist/
|
||||||
src/devicetree.egg-info/
|
src/devicetree.egg-info/
|
||||||
build/
|
build/
|
||||||
devicetree.egg-info/
|
devicetree.egg-info/
|
||||||
|
__pycache__/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue