## .cleanrc file created by clean 4.48 ## on Thu Sep 11 21:26:17 1997 # Note: do *NOT* delete the previous two lines, clean relies on them # Runtime options. Arguments (for -f, -g, ...) should not contain # whitespaces. # Current options: strip executables, produce a report and print warnings. OPTIONS=-x -r -w # Customization # Used to determine wether a file is stripped or not # Default : /usr/bin/file #FILE_PRG= # Used to strip non-stripped files # Default : /usr/bin/strip STRIP_PRG=/usr/ccs/bin/strip # Used to compress files # Default : /bin/gzip -9 -q ZIP_PRG=/usr/local/bin/gzip -9 -q # Put below the regexps corresponding to the files you want to delete # and their maximum age (in days). -1 or nothing if age does not matter. # If you want a regexp that matches a space, use \s. # BE CAREFUL: regexps are perl styled. Refer to the perlre (1) manpage # or to your local perl guru for help. # Files to delete # backup files DEL=.+~ DEL=.+% DEL=#.+# DEL=\.saves-\d+-.+ DEL=.+\.[Bb][Aa][Kk] DEL=textedit\..+ # core files DEL=core DEL=\.nfs.* # LaTeX files DEL=.+\.bbl DEL=.+\.blg DEL=.+\.aux DEL=.+\.log DEL=.+\.lof DEL=.+\.toc DEL=.+\.dvi 3 # eldo files DEL=.+\.cui DEL=.+\.chi DEL=.+\.cou DEL=.+\.edi # asm files DEL=.+\.bnd DEL=gkserr.dat # caml files DEL=.+\.zi DEL=.+\.zo # misc DEL=dead.letter DEL=\.ControlCo\d+ # Files to delete only when the -a (all) option is set DELOPT=.+\.o # no more objects # Directories to delete (regexps) DELDIR=\.xvpics # created by xv # Files to compress (regexps) ZIP=.+\.e?ps 10 # old ps or eps ZIP=.+\.tar # tar files ZIP=.+\.shar # shar files # Files to compress only when the -a (all) option is set #ZIPOPT=.+\.c 5 # gzip c files older than 5 days # If set, clean will only strip executables older than STRIP_AGE # when invoked with -x #STRIP_AGE=3 # Directories to empty when the -j option is set. # One directory name for each line (NOT regexps). # ~ is expanded to home directory. EMPTYDIR=~/.wastebasket # for the filemanager luser EMPTYDIR=~/.netscape/cache # for the damned net$cape user EMPTYDIR=/usr/tmp # for the usual UNIX user EMPTYDIR=/tmp # idem # Protected directories. # One directory name for each line (NOT regexps). # ~ is expanded to home directory. #PROTECT=~/my/current/project