Update .gitignore
Change-Id: I46c0ab9ce1d7ab0abbe9647429ba44d204aa4e82
This commit is contained in:
parent
ae18cac2a9
commit
e4ccd23bac
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -96,6 +96,7 @@ __pycache__
|
|||
/rbutil/mkimxboot/mkimxboot
|
||||
/rbutil/mknwzboot/mknwzboot
|
||||
/rbutil/mkzenboot/mkzenboot
|
||||
/rbutil/sansapatcher/sansapatcher
|
||||
/rbutil/tools/bin2c
|
||||
|
||||
# /tools/
|
||||
|
@ -160,6 +161,17 @@ __pycache__
|
|||
/utils/jz4740_tools/jz_xloader.*
|
||||
/utils/jz4740_tools/bin2c
|
||||
|
||||
# /utils/jz4760_tools
|
||||
/utils/jz4760_tools/packtools
|
||||
/utils/jz4760_tools/usbboot
|
||||
|
||||
# /utils/nwztools
|
||||
/utils/nwztools/scsitools/scsitool
|
||||
/utils/nwztools/upgtools/upgtool
|
||||
|
||||
# utils/rk27utils
|
||||
/utils/rk27utils/rkboottool/rkboottool
|
||||
|
||||
# /utils/themeeditor/
|
||||
/utils/themeeditor/debug
|
||||
/utils/themeeditor/release
|
||||
|
|
Loading…
Reference in a new issue