mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
more .gitignore
This commit is contained in:
parent
6973c35a87
commit
c6a0bdd74a
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@ bluetooth_init_cc2560B_1.*_BT_Spec_4.1.c
|
||||
bluetooth_init_cc2564B_1.*_BT_Spec_4.1.c
|
||||
TIInit_11.8.32.c
|
||||
initscripts_TIInit_6.7.16_bt_spec_4.1.c
|
||||
*.jdebug
|
||||
*.jdebug.user
|
||||
|
1
port/esp32/.gitignore
vendored
1
port/esp32/.gitignore
vendored
@ -33,3 +33,4 @@ template/sdkconfig.old
|
||||
create_examples.pyc
|
||||
example/
|
||||
template/build/
|
||||
sdkconfig_*
|
||||
|
6
port/libusb/.gitignore
vendored
6
port/libusb/.gitignore
vendored
@ -22,6 +22,7 @@ gatt_browser
|
||||
gatt_browser.h
|
||||
hfp_ag_demo
|
||||
hfp_hf_demo
|
||||
hid_host_demo
|
||||
hid_keyboard_demo
|
||||
hid_mouse_demo
|
||||
hog_keyboard_demo
|
||||
@ -33,6 +34,10 @@ hsp_hs_demo
|
||||
l2cap_test
|
||||
le_counter
|
||||
le_counter.h
|
||||
le_counter_work
|
||||
le_data_channel_client
|
||||
le_data_channel_server
|
||||
le_data_channel_server.h
|
||||
le_streamer
|
||||
le_streamer.h
|
||||
le_streamer_client
|
||||
@ -46,6 +51,7 @@ sdp_bnep_query
|
||||
sdp_general_query
|
||||
sdp_rfcomm_query
|
||||
sm_pairing_central
|
||||
sm_pairing_central.h
|
||||
sm_pairing_peripheral
|
||||
sm_pairing_peripheral.h
|
||||
spp_and_le_counter
|
||||
|
1
port/posix-h4-zephyr/.gitignore
vendored
1
port/posix-h4-zephyr/.gitignore
vendored
@ -54,3 +54,4 @@ sm_pairing_peripheral
|
||||
spp_and_le_streamer
|
||||
spp_and_le_streamer.h
|
||||
spp_streamer_client
|
||||
sm_pairing_central.h
|
||||
|
7
port/posix-h4/.gitignore
vendored
7
port/posix-h4/.gitignore
vendored
@ -16,6 +16,7 @@ bluetooth_init_cc2567_2.4.c
|
||||
bluetooth_init_cc2567_2.8.c
|
||||
bnep_test
|
||||
classic_test
|
||||
dut_mode_classic
|
||||
gap_dedicated_bonding
|
||||
gap_inquiry
|
||||
gap_inquiry_and_bond
|
||||
@ -26,6 +27,7 @@ gatt_browser
|
||||
gatt_browser.h
|
||||
hfp_ag_demo
|
||||
hfp_hf_demo
|
||||
hid_host_demo
|
||||
hid_keyboard_demo
|
||||
hid_mouse_demo
|
||||
hog_keyboard_demo
|
||||
@ -39,6 +41,9 @@ hsp_hs_test
|
||||
l2cap_test
|
||||
le_counter
|
||||
le_counter.h
|
||||
le_data_channel_client
|
||||
le_data_channel_server
|
||||
le_data_channel_server.h
|
||||
le_streamer
|
||||
le_streamer.h
|
||||
le_streamer_client
|
||||
@ -50,6 +55,7 @@ sdp_bnep_query
|
||||
sdp_general_query
|
||||
sdp_rfcomm_query
|
||||
sm_pairing_central
|
||||
sm_pairing_central.h
|
||||
sm_pairing_peripheral
|
||||
sm_pairing_peripheral.h
|
||||
spp_and_le_counter
|
||||
@ -61,4 +67,3 @@ spp_streamer
|
||||
spp_streamer_client
|
||||
TIInit_12.10.28.c
|
||||
TIInit_12.8.32.c
|
||||
|
||||
|
4
port/posix-h5-bcm/.gitignore
vendored
4
port/posix-h5-bcm/.gitignore
vendored
@ -4,6 +4,7 @@ ble_central_test
|
||||
ble_peripheral
|
||||
ble_peripheral_sm_minimal
|
||||
ble_peripheral_test
|
||||
bluetooth_init_cc2560B_1.2_BT_Spec_4.0.c
|
||||
bnep_test
|
||||
classic_test
|
||||
gap_dedicated_bonding
|
||||
@ -25,6 +26,7 @@ le_streamer
|
||||
le_streamer.h
|
||||
led_counter
|
||||
profile.h
|
||||
sm_pairing_central.h
|
||||
sdp_bnep_query
|
||||
sdp_general_query
|
||||
sdp_rfcomm_query
|
||||
@ -32,4 +34,4 @@ spp_and_le_counter
|
||||
spp_and_le_counter.h
|
||||
spp_counter
|
||||
spp_streamer
|
||||
bluetooth_init_cc2560B_1.2_BT_Spec_4.0.c
|
||||
*.hcd
|
||||
|
Loading…
x
Reference in New Issue
Block a user