nice changes unified a bunch of things, although of course windows
[feisty_meow.git] / scripts / archival / snarf_feisty_meow.pl
index 24c8f0bd57f35380a16a6da4f48b0a073bba25f6..87a5c54670a9ba47fc9c78e885868f96b5799898 100644 (file)
@@ -54,8 +54,12 @@ local($root) = &canonicalize("$HOME/feisty_meow");
 &backup_hierarchy($snarf_file_base, $number, $root, "webby");
 
 # grab the production assets.
-&backup_files($snarf_file_base, $number, $root, "production", ("*.ini", "make*"));
+&backup_files($snarf_file_base, $number, $root, "production", ("*.ini", "make*", ".gitignore"));
+&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/setup_src");
+&backup_hierarchy($snarf_file_base, $number, "$root", "production/win32_helper");
 
 # now rename the file so only the unpacker can access it.
 &rename_archive($snarf_file);