summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh')
-rwxr-xr-xexamples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh b/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh
index 7120907..4b188ab 100755
--- a/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh
+++ b/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh
@@ -1,6 +1,6 @@
#!/bin/sh
cd debug
-rm -rf Makefile cmake_install.cmake CMakeCache.txt CMakeFiles *.elf *.bin *.map *.hex
+rm -rf Makefile cmake_install.cmake CMakeCache.txt CMakeFiles *.elf *.bin *.map *.hex .cproject .project
cd ..
cd release
rm -rf Makefile cmake_install.cmake CMakeCache.txt CMakeFiles *.elf *.bin *.map *.hex