From ff17a70c5806ca7b7b1c8304d2d8f549cf4916d0 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 5 Oct 2017 22:09:48 +1100 Subject: [PATCH] aur-install: don't clean working tree --- aur-install | 1 - 1 file changed, 1 deletion(-) diff --git a/aur-install b/aur-install index 606247b..df5f604 100755 --- a/aur-install +++ b/aur-install @@ -34,7 +34,6 @@ function ask_user_to_continue { } function build_and_install { - git clean -x -d -e '*.pkg.*' -f git checkout . makepkg -sri } -- 2.39.2