Commit c0e4ee1ecafbd30cc75111004a2105d4de138c10

brlcad 2008-05-04T06:04:27

remove the silly one-liner cleanup script that just removes Finder files

diff --git a/Makefile.am b/Makefile.am
index a194943..4d35602 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,6 @@ EXTRA_DIST = \
 	README \
 	TODO \
 	autogen.sh \
-	cleanup \
 	configure.ac \
 	ftgl.pc.in \
 	$(NULL)
diff --git a/cleanup b/cleanup
deleted file mode 100644
index c6d24ed..0000000
--- a/cleanup
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -fx
-# script to get rid of the grabage that MAC OSX drops in all the directories
-
-find . -name .DS_Store -print -exec rm {} \;