mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Python3-related fixes in some of our scripts
Change-Id: I8acbe43e3f27e51159a7a78fcc361476d7406cbb
This commit is contained in:
parent
278a76b3a6
commit
dcdf2713f6
4 changed files with 44 additions and 43 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,6 +7,7 @@
|
|||
*.so
|
||||
*.o
|
||||
*.a
|
||||
__pycache__
|
||||
|
||||
# Intermediate language files
|
||||
/apps/lang/*.update
|
||||
|
@ -126,7 +127,7 @@
|
|||
/tools/database/database
|
||||
|
||||
# /tools/rbspeex/
|
||||
/tools/rbspeex/build
|
||||
/tools/rbspeex/build*
|
||||
/tools/rbspeex/libspeex.a
|
||||
/tools/rbspeex/librbspeex.a
|
||||
/tools/rbspeex/dep-speex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue