Removed project generated libs which should not have been pushed to the repo and updated the .gitignore file accordingly

This commit is contained in:
anschrammh 2025-02-01 10:03:04 +01:00
parent ebbd72aebf
commit ede7a327a6
11 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -2,6 +2,13 @@
src/W800_SDK_v1.00.10/bin/
src/W800_SDK_v1.00.10/tools/w800/wm_getver.exe
src/W800_SDK_v1.00.10/tools/w800/w800_secboot.img
#Exclude generated libs
src/W800_SDK_v1.00.10/lib/w800/*.a
#But keep proprietary libs (ie not generated)
!src/W800_SDK_v1.00.10/lib/w800/libbtcontroller.a
!src/W800_SDK_v1.00.10/lib/w800/libbtcontroller_br_edr.a
!src/W800_SDK_v1.00.10/lib/w800/libdsp.a
!src/W800_SDK_v1.00.10/lib/w800/libwlan.a
src/W800_SDK_v1.00.10/.vscode/