- Improvement: remove vi left-overs.

4.2.x
Dries Buytaert 2002-12-31 12:11:34 +00:00
parent c97e36fb06
commit 8cb66b212e
1 changed files with 1 additions and 0 deletions

View File

@ -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