aboutsummaryrefslogtreecommitdiffstats
path: root/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup.sh')
-rwxr-xr-xcleanup.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/cleanup.sh b/cleanup.sh
new file mode 100755
index 000000000..f847f2b27
--- /dev/null
+++ b/cleanup.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+rm -f *~ *.o Makefile configure Makefile.in
+rm -f *.guess *.log *.m4 config.status
+rm -f stamp-h*
+rm -rf *.cache
+rm -f depcomp
+rm -f config.h*
+rm -f config.sub
+rm -f libtool
+rm -f ltmain.sh
+rm -f missing
+rm -f mkinstalldirs
+rm -f install-sh