additional_clean_files.rst 442 B

12345678910
  1. additional_clean_files
  2. ----------------------
  3. * New target property :prop_tgt:`ADDITIONAL_CLEAN_FILES` and directory property
  4. :prop_dir:`ADDITIONAL_CLEAN_FILES` were added. They allow to register
  5. additional files that should be removed during the clean stage.
  6. * Directory property :prop_dir:`ADDITIONAL_MAKE_CLEAN_FILES` was marked
  7. deprecated. The new directory property :prop_dir:`ADDITIONAL_CLEAN_FILES`
  8. should be used instead.