mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -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/Makefile
|
||||
/utils/rbutil
|
||||
|
||||
# skin updater
|
||||
/utils/skinupdater/skinupdater
|
||||
|
||||
# /utils/ipodpatcher/
|
||||
/utils/ipodpatcher/ipodpatcher
|
||||
|
@ -73,6 +75,9 @@ __pycache__
|
|||
# /utils/bspatch/
|
||||
/utils/bspatch/bspatch
|
||||
|
||||
# imxtools
|
||||
/utils/imxtools/scsitools/scsitool
|
||||
|
||||
# /utils/rbutilqt/
|
||||
/utils/rbutilqt/build
|
||||
/utils/rbutilqt/RockboxUtility
|
||||
|
@ -106,6 +111,7 @@ __pycache__
|
|||
/tools/generate_rocklatin
|
||||
/tools/descramble
|
||||
/tools/convbdf
|
||||
/tools/convttf
|
||||
/tools/bmp2rb
|
||||
/tools/codepages
|
||||
/tools/rdf2binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue