added missing 3rdparty and example_apps
authorChris Koeritz <fred@gruntose.com>
Sat, 4 May 2019 06:16:43 +0000 (02:16 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 4 May 2019 06:16:43 +0000 (02:16 -0400)
scripts/archival/shared_snarfer.pl
scripts/archival/snarf_feisty_meow.pl

index 60845421df08b5a889c71aade54318c18ce536bc..91ee6d75a83c9f1f32183613a8b6c8517470ad92 100644 (file)
@@ -36,7 +36,7 @@ $TMP =~ s/\\/\//g;  # fix the temp variable for ms-winders.
 @missing_log = ();
 
 # these files are considered unimportant and won't be included in the archive.
-@junk_file_list = ("*~", "*.$$$", "3rdparty", "*.aps", "*.bak", "binaries",
+@junk_file_list = ("*~", "*.$$$", "*.aps", "*.bak", "binaries",
     "*.bsc", "*.cgl", "*.csm", "CVS", "Debug", "*.dll", "*.err", "*.exe",
     "generated_*", "*.git", "*.glb", "inprogress", "ipch", "*.llm",
     "*.log", "*.lnk",
index a8086310b8e7059af1c72f4aa0e649e341b1e13b..20e15a776c27149b962697fa8edb8ab8a52f0bb6 100644 (file)
@@ -56,6 +56,7 @@ local($root) = &canonicalize("$FEISTY_MEOW_APEX");
 &backup_hierarchy($snarf_file_base, $number, "$root", "production/3rdparty");
 &backup_hierarchy($snarf_file_base, $number, "$root", "production/assign_bases");
 &backup_hierarchy($snarf_file_base, $number, "$root", "production/check_versions");
+&backup_hierarchy($snarf_file_base, $number, "$root", "production/example_apps");
 &backup_hierarchy($snarf_file_base, $number, "$root", "production/setup_src");
 &backup_hierarchy($snarf_file_base, $number, "$root", "production/sites");