Cleanup via .gitignore

This commit is contained in:
Matthias Ringwald 2017-07-19 21:27:50 +02:00
parent 15304b2d11
commit 9a658d6ac5
5 changed files with 79 additions and 27 deletions

53
port/esp32/.gitignore vendored
View File

@ -1,29 +1,32 @@
build/
sdkconfig.old
!*.a
ancs_client_demo/
gap_dedicated_bonding/
a2dp_sink_demo
a2dp_source_demo
ancs_client_demo
gap_dedicated_bonding
gap_inquiry/
gap_le_advertisements/
gatt_battery_query/
gatt_browser/
hfp_ag_demo/
hfp_hf_demo/
hsp_ag_demo/
hsp_hs_demo/
le_counter/
le_streamer/
le_streamer_client/
led_counter/
panu_demo/
pbap_client_demo/
sco_demo_util/
sdp_bnep_query/
sdp_general_query/
sdp_rfcomm_query/
sm_pairing_central/
sm_pairing_peripheral/
spp_and_le_counter/
spp_counter/
spp_flowcontrol/
spp_streamer/
gatt_browser
hfp_ag_demo
hfp_hf_demo
hid_keyboard_demo
hsp_ag_demo
hsp_hs_demo
le_counter
le_streamer
le_streamer_client
led_counter
panu_demo
pbap_client_demo
sdp_bnep_query
sdp_general_query
sdp_rfcomm_query
sm_pairing_central
sm_pairing_peripheral
spp_and_le_counter
spp_and_le_streamer
spp_counter
spp_flowcontrol
spp_streamer
spp_streamer_client
template/sdkconfig.old

View File

@ -42,6 +42,8 @@ print("Creating examples in local folder")
for file in os.listdir(examples_embedded):
if not file.endswith(".c"):
continue
if file in ['panu_demo.c', 'sco_demo_util.c']:
continue
example = file[:-2]
gatt_path = examples_embedded + example + ".gatt"

View File

@ -49,4 +49,7 @@ spp_and_le_streamer.h
spp_counter
spp_streamer
spp_streamer
spp_streamer_client
spp_streamer_clientavdtp_sink_demo
avdtp_source_demo
avdtp_sink_demo
spp_streamer_client

31
port/max32630-fthr/example/.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
a2dp_sink_demo
ancs_client_demo
avdtp_sink_demo
avdtp_source_demo
gap_dedicated_bonding
gap_inquiry
gap_le_advertisements
gatt_battery_query
gatt_browser
hfp_ag_demo
hfp_hf_demo
hid_keyboard_demo
hsp_ag_demo
hsp_hs_demo
le_counter
le_streamer
le_streamer_client
led_counter
pbap_client_demo
sdp_bnep_query
sdp_general_query
sdp_rfcomm_query
sm_pairing_central
sm_pairing_peripheral
spp_and_le_counter
spp_and_le_streamer
spp_counter
spp_flowcontrol
spp_streamer
spp_streamer_client
Makefile

View File

@ -40,4 +40,17 @@ spp_and_le_counter.h
spp_counter
spp_streamer
TIInit_12.10.28.c
TIInit_12.8.32.c
TIInit_12.8.32.c
BCM43430A1.hcd
a2dp_sink_demo
a2dp_source_demo
gatt_battery_query.h
gatt_browser.h
hid_keyboard_demo
le_streamer_client
pbap_client_demo
sm_pairing_central
sm_pairing_peripheral
spp_and_le_streamer
spp_and_le_streamer.h
spp_streamer_client