summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-23 19:20:21 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-03-24 10:07:46 +0000
commit3145390785792627822159b02f4625a1aaf01a6c (patch)
tree21a226b89cf12b0ba5f4454e5d3280f48f6b89e0
parent8a149b63ab81eb5a80adf398de06914ccd4011c1 (diff)
downloadmeta-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 073cf06..d8d50e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ build*
6*.log 6*.log
7docs/_build 7docs/_build
8/layers 8/layers
9*.pyc