mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
update .gitignore
Change-Id: I232029482602924c4cf83731a2a12f93b32f29f0
This commit is contained in:
parent
93baf94dc3
commit
8cee2ac784
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -62,7 +62,9 @@ __pycache__
|
||||||
|
|
||||||
# /utils/
|
# /utils/
|
||||||
/utils/Makefile
|
/utils/Makefile
|
||||||
/utils/rbutil
|
|
||||||
|
# skin updater
|
||||||
|
/utils/skinupdater/skinupdater
|
||||||
|
|
||||||
# /utils/ipodpatcher/
|
# /utils/ipodpatcher/
|
||||||
/utils/ipodpatcher/ipodpatcher
|
/utils/ipodpatcher/ipodpatcher
|
||||||
|
@ -73,6 +75,9 @@ __pycache__
|
||||||
# /utils/bspatch/
|
# /utils/bspatch/
|
||||||
/utils/bspatch/bspatch
|
/utils/bspatch/bspatch
|
||||||
|
|
||||||
|
# imxtools
|
||||||
|
/utils/imxtools/scsitools/scsitool
|
||||||
|
|
||||||
# /utils/rbutilqt/
|
# /utils/rbutilqt/
|
||||||
/utils/rbutilqt/build
|
/utils/rbutilqt/build
|
||||||
/utils/rbutilqt/RockboxUtility
|
/utils/rbutilqt/RockboxUtility
|
||||||
|
@ -106,6 +111,7 @@ __pycache__
|
||||||
/tools/generate_rocklatin
|
/tools/generate_rocklatin
|
||||||
/tools/descramble
|
/tools/descramble
|
||||||
/tools/convbdf
|
/tools/convbdf
|
||||||
|
/tools/convttf
|
||||||
/tools/bmp2rb
|
/tools/bmp2rb
|
||||||
/tools/codepages
|
/tools/codepages
|
||||||
/tools/rdf2binary
|
/tools/rdf2binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue