forked from len0rd/rockbox
gitignore: Change librockbox.so to generic .so.
Change-Id: I35630afc5b6b7a231ad56e31a9698dd25a5fb7bd
This commit is contained in:
parent
8a43603975
commit
01525419af
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
||||||
/output
|
/output
|
||||||
*.elf
|
*.elf
|
||||||
*.exe
|
*.exe
|
||||||
|
*.so
|
||||||
|
|
||||||
# android: java build system
|
# android: java build system
|
||||||
/android/bin
|
/android/bin
|
||||||
|
@ -22,7 +23,6 @@
|
||||||
/android/firmware
|
/android/firmware
|
||||||
/android/lang
|
/android/lang
|
||||||
/android/lib
|
/android/lib
|
||||||
/android/librockbox.so
|
|
||||||
/android/rockbox.*
|
/android/rockbox.*
|
||||||
/android/rockbox-info.txt
|
/android/rockbox-info.txt
|
||||||
/android/sysfont.c
|
/android/sysfont.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue