You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
249 B

  1. #!/bin/sh
  2. set -x
  3. for f in CMakeFiles \
  4. debug \
  5. log4cplus.dir \
  6. loggingserver.dir \
  7. minsizerel \
  8. release \
  9. relwithdebinfo \
  10. ZERO_CHECK.dir \
  11. cmake_install.cmake \
  12. CMakeCache.txt \
  13. ;
  14. do
  15. rm -rf "${f}"
  16. done