diff options
| author | Simon Glass <[email protected]> | 2020-07-09 18:39:25 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2020-07-20 11:37:47 -0600 |
| commit | 2a9c14526e9367c878d43536bfdbe4b23a23e870 (patch) | |
| tree | 0c388dc2c43a0202e4351a962a1b98e3aa6c538b /.gitignore | |
| parent | 5d9dc917e16faf24c171a97550b26fe0baa069c2 (diff) | |
.gitignore: Ignore Python 3 cache directories
These can appear when moving between branches that have different tools
in the tree. Ignore them.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2e1c8bf2bf2..e66aa864da6 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ GTAGS *.orig *~ \#*# + +# Python cache +__pycache__ |
