root/tags/lgt2210/misc/cleandist.sh
| Revision 1405, 241 bytes (checked in by pmoura, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | find . -name CVS -print0 | xargs -0 rm -rf |
| 4 | find . -name .cvsignore -print0 | xargs -0 rm -f |
| 5 | find . -name '.#*' -print0 | xargs -0 rm -f |
| 6 | find . -name .DS_Store -print0 | xargs -0 rm -f |
| 7 | find . -name '.gdb*' -print0 | xargs -0 rm -f |
Note: See TracBrowser
for help on using the browser.
