]> git.saurik.com Git - apple/coreosmakefiles.git/blobdiff - Standard/Variables.make
CoreOSMakefiles-52.tar.gz
[apple/coreosmakefiles.git] / Standard / Variables.make
index 0f1a667c1832ba83cfa78427f1d6faf265ceaebd..da21b7717a301bf567b936239470a4339c5a446e 100644 (file)
@@ -70,7 +70,7 @@ endif
 ##
 # Find Garbage
 ##
-Cruft      = CVS RCS SCCS *~ .*~ .nfs\* .*.wmd
+Cruft      = CVS RCS SCCS *~ .*~ .nfs\* .*.wmd .svn .DS_Store
 Find_Cruft = '(' $(Cruft:%=-name '%' -or) -name '' ')' -print
 
 ##