mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
examples: update target clean in Makefile, add generated file to gitignore
This commit is contained in:
parent
df327ff315
commit
d7b6902fc1
@ -192,6 +192,7 @@ hfp_hf_demo: ${CORE_OBJ} ${COMMON_OBJ} ${SDP_CLIENT} sco_demo_util.o hfp.o hfp_h
|
||||
|
||||
clean:
|
||||
rm -f ${EXAMPLES}
|
||||
rm -f ${EXAMPLES_USING_LE}
|
||||
rm -f *.o *.out *.hex *.exe
|
||||
rm -f ancs_client_demo.h profile.h spp_and_le_counter.h
|
||||
rm -rf *.dSYM
|
||||
|
1
port/libusb/.gitignore
vendored
1
port/libusb/.gitignore
vendored
@ -34,3 +34,4 @@ le_streamer
|
||||
spp_streamer
|
||||
hfp_ag_demo
|
||||
hfp_hf_demo
|
||||
sm_pairing_peripheral.h
|
Loading…
Reference in New Issue
Block a user