library.mk: Update folders and files from make clean

Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
main
Iulia Moldovan 2023-02-07 13:30:08 +02:00 committed by imoldovan
parent 6a016c62db
commit c7af4daa2f
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#################################################################################### ####################################################################################
## Copyright (c) 2018 - 2021 Analog Devices, Inc. ## Copyright (c) 2018 - 2023 Analog Devices, Inc.
## SPDX short identifier: BSD-1-Clause ## SPDX short identifier: BSD-1-Clause
#################################################################################### ####################################################################################
@ -22,6 +22,9 @@ CLEAN_TARGET += *.log
CLEAN_TARGET += component.xml CLEAN_TARGET += component.xml
CLEAN_TARGET += *.jou CLEAN_TARGET += *.jou
CLEAN_TARGET += xgui CLEAN_TARGET += xgui
CLEAN_TARGET += gui
CLEAN_TARGET += *.runs
CLEAN_TARGET += *.gen
CLEAN_TARGET += *.ip_user_files CLEAN_TARGET += *.ip_user_files
CLEAN_TARGET += *.srcs CLEAN_TARGET += *.srcs
CLEAN_TARGET += *.hw CLEAN_TARGET += *.hw