From 69ec3094e9d5d3858e90f525ca8807ff611c36fe Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Sat, 15 Jan 2022 16:28:02 -0500 Subject: [PATCH] Add more cleanup files --- src/.local/bin/cleanup | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/.local/bin/cleanup b/src/.local/bin/cleanup index 2c311a1..bdb47b4 100755 --- a/src/.local/bin/cleanup +++ b/src/.local/bin/cleanup @@ -10,6 +10,13 @@ rm -rf \ .python_history \ .units_history \ .avidemux6 \ -.xsel.log +.xsel.log \ +.gnuplot_history \ +.gnome \ +.ansible \ +.wavemonrc \ +.viminfo \ +.icons + rmdir Downloads Desktop 2>/dev/null