mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Fix .gitignore to avoid ignoring prebuilt libraries.
Also, generally clean-up the .gitignores and farm off separate versions for the NuttX/Apps directories to keep things tidy.
This commit is contained in:
80
.gitignore
vendored
80
.gitignore
vendored
@@ -1,62 +1,26 @@
|
||||
.built
|
||||
.context
|
||||
*.context
|
||||
*.bdat
|
||||
*.pdat
|
||||
.depend
|
||||
.updated
|
||||
.config
|
||||
.config-e
|
||||
.version
|
||||
.project
|
||||
.cproject
|
||||
apps/builtin/builtin_list.h
|
||||
apps/builtin/builtin_proto.h
|
||||
Make.dep
|
||||
*.pyc
|
||||
*.o
|
||||
*.a
|
||||
*.d
|
||||
*~
|
||||
*.dSYM
|
||||
Images/*.bin
|
||||
Images/*.px4
|
||||
nuttx/Make.defs
|
||||
nuttx/setenv.sh
|
||||
nuttx/arch/arm/include/board
|
||||
nuttx/arch/arm/include/chip
|
||||
nuttx/arch/arm/src/board
|
||||
nuttx/arch/arm/src/chip
|
||||
nuttx/include/apps
|
||||
nuttx/include/arch
|
||||
nuttx/include/math.h
|
||||
nuttx/include/nuttx/config.h
|
||||
nuttx/include/nuttx/version.h
|
||||
nuttx/tools/mkconfig
|
||||
nuttx/tools/mkconfig.exe
|
||||
nuttx/tools/mkversion
|
||||
nuttx/tools/mkversion.exe
|
||||
nuttx/nuttx
|
||||
nuttx/System.map
|
||||
nuttx/nuttx.bin
|
||||
nuttx/nuttx.hex
|
||||
.configured
|
||||
.settings
|
||||
Firmware.sublime-workspace
|
||||
.DS_Store
|
||||
cscope.out
|
||||
.configX-e
|
||||
nuttx-export.zip
|
||||
.~lock.*
|
||||
dot.gdbinit
|
||||
mavlink/include/mavlink/v0.9/
|
||||
.*.swp
|
||||
.swp
|
||||
core
|
||||
.gdbinit
|
||||
mkdeps
|
||||
Archives
|
||||
Build
|
||||
!ROMFS/*/*.d
|
||||
!ROMFS/*/*/*.d
|
||||
!ROMFS/*/*/*/*.d
|
||||
*.dSYM
|
||||
*.o
|
||||
*.pyc
|
||||
*~
|
||||
.*.swp
|
||||
.context
|
||||
.cproject
|
||||
.DS_Store
|
||||
.gdbinit
|
||||
.project
|
||||
.settings
|
||||
.swp
|
||||
.~lock.*
|
||||
Archives/*
|
||||
Build/*
|
||||
core
|
||||
cscope.out
|
||||
dot.gdbinit
|
||||
Firmware.sublime-workspace
|
||||
Images/*.bin
|
||||
Images/*.px4
|
||||
mavlink/include/mavlink/v0.9/
|
||||
|
||||
Reference in New Issue
Block a user