summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/code-clean.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/code-clean.sh b/scripts/code-clean.sh
index e5e4b9726..462fc3d17 100644
--- a/scripts/code-clean.sh
+++ b/scripts/code-clean.sh
@@ -1,5 +1,6 @@
#!/bin/sh
find . -name "*~" -type f | xargs rm -f
+find . -name ".#*" -type f | xargs rm -f
find . -name "*.rej" -type f | xargs rm -f
find . -name "*.orig" -type f | xargs rm -f
find . -name "DEADJOE" -type f | xargs rm -f