diff --git a/platforms/arduino/docs/docs/.gitignore b/platforms/arduino/docs/docs/.gitignore new file mode 100644 index 000000000..61c0d1d8b --- /dev/null +++ b/platforms/arduino/docs/docs/.gitignore @@ -0,0 +1 @@ +appendix/ diff --git a/platforms/posix-cc2564b/.gitignore b/platforms/posix-cc2564b/.gitignore index c74688716..506c45d91 100644 --- a/platforms/posix-cc2564b/.gitignore +++ b/platforms/posix-cc2564b/.gitignore @@ -23,3 +23,5 @@ spp_counter spp_streamer led_counter le_counter.h +ble_peripheral_test +le_counter diff --git a/platforms/posix-stlc2500d/.gitignore b/platforms/posix-stlc2500d/.gitignore index 8f8ca2e07..8f62b0d6e 100644 --- a/platforms/posix-stlc2500d/.gitignore +++ b/platforms/posix-stlc2500d/.gitignore @@ -22,3 +22,5 @@ spp_and_le_counter.h spp_counter spp_streamer led_counter +le_counter +le_counter.h diff --git a/platforms/posix-wl183x/.gitignore b/platforms/posix-wl183x/.gitignore index 8f8ca2e07..5e0566e1f 100644 --- a/platforms/posix-wl183x/.gitignore +++ b/platforms/posix-wl183x/.gitignore @@ -22,3 +22,6 @@ spp_and_le_counter.h spp_counter spp_streamer led_counter +ble_peripheral_test +le_counter +le_counter.h diff --git a/test/ble_client/.gitignore b/test/ble_client/.gitignore new file mode 100644 index 000000000..84aa7d5ae --- /dev/null +++ b/test/ble_client/.gitignore @@ -0,0 +1 @@ +ad_parser diff --git a/test/des_iterator/.gitignore b/test/des_iterator/.gitignore new file mode 100644 index 000000000..6eb0c3029 --- /dev/null +++ b/test/des_iterator/.gitignore @@ -0,0 +1 @@ +des_iterator_test diff --git a/test/gatt_client/.gitignore b/test/gatt_client/.gitignore new file mode 100644 index 000000000..c064bbe29 --- /dev/null +++ b/test/gatt_client/.gitignore @@ -0,0 +1,3 @@ +gatt_client_test +le_central +profile.h diff --git a/test/linked_list/.gitignore b/test/linked_list/.gitignore new file mode 100644 index 000000000..0edbc3a1d --- /dev/null +++ b/test/linked_list/.gitignore @@ -0,0 +1 @@ +linked_list_test diff --git a/test/remote_device_db/.gitignore b/test/remote_device_db/.gitignore new file mode 100644 index 000000000..fba589e84 --- /dev/null +++ b/test/remote_device_db/.gitignore @@ -0,0 +1,2 @@ +remote_device_db_fs_test +remote_device_db_memory_test diff --git a/test/sdp_client/.gitignore b/test/sdp_client/.gitignore new file mode 100644 index 000000000..92306c680 --- /dev/null +++ b/test/sdp_client/.gitignore @@ -0,0 +1,4 @@ +general_sdp_query +sdp_rfcomm_query +service_attribute_search_query +service_search_query diff --git a/test/security_manager/.gitignore b/test/security_manager/.gitignore new file mode 100644 index 000000000..cddfa7f8d --- /dev/null +++ b/test/security_manager/.gitignore @@ -0,0 +1,3 @@ +destest +security_manager +aestest