projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d73f98
)
added git ignore files for snarfer at top level.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 15 Jan 2012 17:01:23 +0000
(12:01 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 15 Jan 2012 17:01:23 +0000
(12:01 -0500)
scripts/archival/snarf_feisty_meow.pl
patch
|
blob
|
history
diff --git
a/scripts/archival/snarf_feisty_meow.pl
b/scripts/archival/snarf_feisty_meow.pl
index 5440be448879324521c1d111652fe72b9f9d4ea2..2cb1d8473c89449873f3422c80690a06565e594b 100644
(file)
--- a/
scripts/archival/snarf_feisty_meow.pl
+++ b/
scripts/archival/snarf_feisty_meow.pl
@@
-34,7
+34,7
@@
local($snarf_file) = &snarf_name($base, $number);
local($root) = &canonicalize("$HOME/feisty_meow");
# grab the top level stuff.
-&backup_files($base, $number, $root, ".", ("*.txt", "make*"));
+&backup_files($base, $number, $root, ".", ("*.txt", "make*"
, ".gitignore"
));
# get the documentation directory.
&backup_hierarchy($base, $number, "$root", "docs");