From 14ca07741c500a0a25c7207175e269e5cd766acd Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 7 Apr 2024 16:14:10 -0400 Subject: Replace tidy.sh with git clean, add it to ci I realized that tidy was doing the same thing as git clean, but git clean can do it more robust and exactly. So switch to that and add it to the git test config aliases so I don't accidentally test with old artifacts. --- Biz/Ide/tidy.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 Biz/Ide/tidy.sh (limited to 'Biz/Ide/tidy.sh') diff --git a/Biz/Ide/tidy.sh b/Biz/Ide/tidy.sh deleted file mode 100755 index 81a07c4..0000000 --- a/Biz/Ide/tidy.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -rm -f "$CODEROOT"/_/bin/* -- cgit v1.2.3