mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
gitignore: Ignore .pyc files
They are generated, esepcially during test runs and selftests Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8a149b63ab
commit
3145390785
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ build*
|
||||||
*.log
|
*.log
|
||||||
docs/_build
|
docs/_build
|
||||||
/layers
|
/layers
|
||||||
|
*.pyc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user