diff --git a/.gitignore b/.gitignore index 0c0823b52..9c3c6a365 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/port/esp32/.gitignore b/port/esp32/.gitignore index f602b1db0..404357db5 100644 --- a/port/esp32/.gitignore +++ b/port/esp32/.gitignore @@ -33,3 +33,4 @@ template/sdkconfig.old create_examples.pyc example/ template/build/ +sdkconfig_* diff --git a/port/libusb/.gitignore b/port/libusb/.gitignore index 39eedc4b0..e368072fb 100644 --- a/port/libusb/.gitignore +++ b/port/libusb/.gitignore @@ -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 diff --git a/port/posix-h4-zephyr/.gitignore b/port/posix-h4-zephyr/.gitignore index 18d487773..ce44f9a08 100644 --- a/port/posix-h4-zephyr/.gitignore +++ b/port/posix-h4-zephyr/.gitignore @@ -54,3 +54,4 @@ sm_pairing_peripheral spp_and_le_streamer spp_and_le_streamer.h spp_streamer_client +sm_pairing_central.h diff --git a/port/posix-h4/.gitignore b/port/posix-h4/.gitignore index bf2a55fcf..290cb72fa 100644 --- a/port/posix-h4/.gitignore +++ b/port/posix-h4/.gitignore @@ -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 - diff --git a/port/posix-h5-bcm/.gitignore b/port/posix-h5-bcm/.gitignore index 166cbd73c..e22e31913 100644 --- a/port/posix-h5-bcm/.gitignore +++ b/port/posix-h5-bcm/.gitignore @@ -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 \ No newline at end of file +*.hcd