diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-23 19:20:21 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-03-24 10:07:46 +0000 |
commit | 3145390785792627822159b02f4625a1aaf01a6c (patch) | |
tree | 21a226b89cf12b0ba5f4454e5d3280f48f6b89e0 | |
parent | 8a149b63ab81eb5a80adf398de06914ccd4011c1 (diff) | |
download | meta-raspberrypi-3145390785792627822159b02f4625a1aaf01a6c.tar.gz |
gitignore: Ignore .pyc files
They are generated, esepcially during test runs and selftests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ build* | |||
6 | *.log | 6 | *.log |
7 | docs/_build | 7 | docs/_build |
8 | /layers | 8 | /layers |
9 | *.pyc | ||