diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-09 10:36:06 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-09 14:39:27 +0000 |
commit | dcdf2713f610cb3cfaa615ab9b8d4b9412e7a8b6 (patch) | |
tree | e0b581aa203158e9dab01398f38a0b1a82adc6ee /.gitignore | |
parent | 278a76b3a6dbf658bd0d3ad67ad7f15d8b8fa32a (diff) | |
download | rockbox-dcdf2713f610cb3cfaa615ab9b8d4b9412e7a8b6.tar.gz rockbox-dcdf2713f610cb3cfaa615ab9b8d4b9412e7a8b6.tar.bz2 rockbox-dcdf2713f610cb3cfaa615ab9b8d4b9412e7a8b6.zip |
Python3-related fixes in some of our scripts
Change-Id: I8acbe43e3f27e51159a7a78fcc361476d7406cbb
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6cdf75db70..476d0bbf8e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |