stopped archiving .git files.
authorFred T. Hamster <fred@mycroft.gruntose.blurgh>
Sat, 14 Jan 2012 04:08:12 +0000 (23:08 -0500)
committerFred T. Hamster <fred@mycroft.gruntose.blurgh>
Sat, 14 Jan 2012 04:08:12 +0000 (23:08 -0500)
scripts/archival/shared_snarfer.pl

index 54ece73e517a18014b350578df2045c96b40528d..4a3d51d1aa36acc1d1083e708cd54d07d16421af 100644 (file)
@@ -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++) {