OSDN Git Service

[update] : Added deletion of out directory.
authorhayao <shun819.mail@gmail.com>
Wed, 11 Mar 2020 12:15:24 +0000 (21:15 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 11 Mar 2020 12:15:24 +0000 (21:15 +0900)
.gitignore
Makefile

index be65675..391fd80 100644 (file)
@@ -13,6 +13,3 @@ pkg/
 src/
 out/
 work/
-
-airootfs/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
-airootfs/etc/skel/.config/xfce4/desktop/
index 449f3de..d295a81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,4 +86,5 @@ test-xanmod-lts:
 
 
 cleanup:
-       @sudo rm -rf ./work
\ No newline at end of file
+       @[[ -d ./work ]] && sudo rm -rf ./work
+       @[[ -d ./out  ]] && sudo rm -rf ./out