clam changes tossing out old visual studio schlubs
[feisty_meow.git] / scripts / archival / snarf_feisty_meow.pl
index a8086310b8e7059af1c72f4aa0e649e341b1e13b..764196fd345a03f3f25012bba4ea64250d3d75fa 100644 (file)
@@ -35,7 +35,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number);
 local($root) = &canonicalize("$FEISTY_MEOW_APEX");
 
 # grab the top level stuff.
-&backup_files($snarf_file_base, $number, $root, ".", ("*.txt", "make*", ".gitignore", "*.yml"));
+&backup_files($snarf_file_base, $number, $root, ".", ("*.txt", "make*", ".gitignore", ".mailmap", "*.yml"));
 
 # snarf up all the important directories.
 # CAK: current as of 2012-05-05.
@@ -49,6 +49,7 @@ local($root) = &canonicalize("$FEISTY_MEOW_APEX");
 &backup_hierarchy($snarf_file_base, $number, $root, "octopi");
 &backup_hierarchy($snarf_file_base, $number, $root, "scripts");
 &backup_hierarchy($snarf_file_base, $number, $root, "hypermedia");
+&backup_hierarchy($snarf_file_base, $number, $root, "testkit");
 &backup_hierarchy($snarf_file_base, $number, $root, "walrus");
 
 # grab the production assets.
@@ -56,6 +57,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");