Add some stuff to .gitignore
Change-Id: Ib91a5da0ca1ed76399cd24cac9d9e492d5392d6e
This commit is contained in:
parent
d3ae11d75a
commit
490c87c533
1 changed files with 30 additions and 0 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
@ -1,8 +1,38 @@
|
||||||
# /
|
# /
|
||||||
/build*
|
/build*
|
||||||
|
/sim*
|
||||||
/output
|
/output
|
||||||
|
*.elf
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
|
# android: java build system
|
||||||
|
/android/bin
|
||||||
|
/android/data
|
||||||
|
/android/gen
|
||||||
|
/android/libs
|
||||||
|
/android/local.properties
|
||||||
|
|
||||||
|
# android: our build system
|
||||||
|
/android/autoconf.h
|
||||||
|
/android/Makefile
|
||||||
|
/android/make.dep
|
||||||
|
/android/apps
|
||||||
|
/android/bitmaps
|
||||||
|
/android/pluginbitmaps
|
||||||
|
/android/firmware
|
||||||
|
/android/lang
|
||||||
|
/android/lib
|
||||||
|
/android/librockbox.so
|
||||||
|
/android/rockbox.*
|
||||||
|
/android/rockbox-info.txt
|
||||||
|
/android/sysfont.c
|
||||||
|
/android/sysfont.h
|
||||||
|
/android/version.h
|
||||||
|
/android/credits.raw
|
||||||
|
|
||||||
|
# android: eclipse stuff
|
||||||
|
/android/.settings
|
||||||
|
|
||||||
# /rbutil/
|
# /rbutil/
|
||||||
/rbutil/Makefile
|
/rbutil/Makefile
|
||||||
/rbutil/rbutil
|
/rbutil/rbutil
|
||||||
|
|
Loading…
Reference in a new issue