From: Fred T. Hamster Date: Sat, 14 Jan 2012 04:08:12 +0000 (-0500) Subject: stopped archiving .git files. X-Git-Tag: 2.140.90~1685^2 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=3d71779ce3dc82e397cfd577153952bebeac8ca4;p=feisty_meow.git stopped archiving .git files. --- diff --git a/scripts/archival/shared_snarfer.pl b/scripts/archival/shared_snarfer.pl index 54ece73e..4a3d51d1 100644 --- a/scripts/archival/shared_snarfer.pl +++ b/scripts/archival/shared_snarfer.pl @@ -46,7 +46,8 @@ $TMP =~ s/\\/\//g; # fix the temp variable for ms-winders. # these files are considered unimportant and won't be included in the archive. @junk_file_list = ("*~", "*.$$$", "3rdparty", "*.aps", "*.bak", "binaries", "*.bsc", "*.cgl", "*.csm", "CVS", "Debug", "*.dll", "*.err", "*.exe", - "generated_*", "*.glb", "inprogress", "ipch", "*.llm", "*.log", "*.lnk", + "generated_*", "*.git", "*.glb", "inprogress", "ipch", "*.llm", + "*.log", "*.lnk", "makefile.fw*", "*.mbt", "*.mrt", "*.ncb", "*.o", "obj", "*.obj", "octalforty.Wizardby", "*.obr", "*.opt", "packages", "*.pch", "*.pdb", "*.plg", "*.r$p", "*.rcs", "Release", @@ -54,7 +55,6 @@ $TMP =~ s/\\/\//g; # fix the temp variable for ms-winders. "*.sdf", "*.suo", ".svn", "*.sym", "*.td", "*.tds", "*.tdw", "*.tlb", "*.trw", "*.tmp", "*.tr", "*.user", "*_version.h", "*_version.rc", "*.vspscc", "waste"); -###, "*.wav" #print "junk list=@junk_file_list\n"; @excludes = (); for (local($i) = 0; $i < scalar(@junk_file_list); $i++) {